jer 14/07/03 13:34:30 Modified: ChangeLog yersinia-0.7.3.ebuild Log: Do not call glib-gettext.m4 functions when dev-libs/glib is not installed (bug #514802). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.13 net-analyzer/yersinia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 4 May 2014 08:26:43 -0000 1.12 +++ ChangeLog 3 Jul 2014 13:34:30 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/yersinia # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.12 2014/05/04 08:26:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.13 2014/07/03 13:34:30 jer Exp $ + + 03 Jul 2014; Jeroen Roovers <[email protected]> yersinia-0.7.3.ebuild: + Do not call glib-gettext.m4 functions when dev-libs/glib is not installed + (bug #514802). 04 May 2014; Agostino Sarubbo <[email protected]> yersinia-0.7.3.ebuild: Stable for x86, wrt bug #502866 1.5 net-analyzer/yersinia/yersinia-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?r1=1.4&r2=1.5 Index: yersinia-0.7.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yersinia-0.7.3.ebuild 4 May 2014 08:26:43 -0000 1.4 +++ yersinia-0.7.3.ebuild 3 Jul 2014 13:34:30 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.4 2014/05/04 08:26:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.5 2014/07/03 13:34:30 jer Exp $ EAPI=5 inherit autotools eutils @@ -33,6 +33,11 @@ epatch "${FILESDIR}"/${PN}-0.7.1-no-ncurses.patch epatch "${FILESDIR}"/${PN}-0.7.3-tinfo.patch + if ! use gtk; then + #bug #514802 + sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.in || die + fi + eautoreconf }
