diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-09 22:27:26 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-09 22:27:26 +0000 |
commit | c2ceb70325ab09ebd4361b8ad59ee669e88983e7 (patch) | |
tree | db3f49ea662317f413eae9f7d352d003966c29ac /x11-misc/xfe | |
parent | Version Bump. (diff) | |
download | gentoo-2-c2ceb70325ab09ebd4361b8ad59ee669e88983e7.tar.gz gentoo-2-c2ceb70325ab09ebd4361b8ad59ee669e88983e7.tar.bz2 gentoo-2-c2ceb70325ab09ebd4361b8ad59ee669e88983e7.zip |
Set WANT_FOX=1.4. Should resolve bug #135156.
(Portage version: 2.1.2_rc3)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-0.88.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 3b696d8e137e..aa1769af4729 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.29 2006/10/28 07:45:41 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.30 2006/12/09 22:27:26 dirtyepic Exp $ + + 09 Dec 2006; Ryan Hill <dirtyepic@gentoo.org> xfe-0.88.ebuild: + Set WANT_FOX=1.4. Should resolve bug #135156. 28 Oct 2006; David Shakaryan <omp@gentoo.org> -files/xfe-0.84-gcc4.patch, -xfe-0.80.ebuild, -xfe-0.84.ebuild: diff --git a/x11-misc/xfe/xfe-0.88.ebuild b/x11-misc/xfe/xfe-0.88.ebuild index ab12aacb6aa7..8ba00977bb8e 100644 --- a/x11-misc/xfe/xfe-0.88.ebuild +++ b/x11-misc/xfe/xfe-0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.88.ebuild,v 1.1 2006/03/19 00:53:37 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.88.ebuild,v 1.2 2006/12/09 22:27:26 dirtyepic Exp $ inherit eutils @@ -16,6 +16,8 @@ IUSE="nls" # only fox-1.4.x is compatible with this version of xfe... DEPEND="=x11-libs/fox-1.4*" +WANT_FOX="1.4" + src_compile() { econf $(use_enable nls) || die "econf failed" |