diff options
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.32.4.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index d90aa4a55746..9888123be666 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xfe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.68 2012/02/23 12:23:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.69 2012/02/23 16:19:29 jer Exp $ + + 23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild: + Remove --disable-dependency-tracking from econf by Agostino Sarubbo (bug + #405263). 23 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.32.4.ebuild: Stable for amd64, wrt bug #405263 diff --git a/x11-misc/xfe/xfe-1.32.4.ebuild b/x11-misc/xfe/xfe-1.32.4.ebuild index 7a9b4acfb6f4..3d1655b882f5 100644 --- a/x11-misc/xfe/xfe-1.32.4.ebuild +++ b/x11-misc/xfe/xfe-1.32.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.2 2012/02/23 12:23:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.3 2012/02/23 16:19:29 jer Exp $ EAPI=4 @@ -39,7 +39,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ $(use_enable nls) \ $(use_enable startup-notification sn) \ $(use_enable debug) |