diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-23 21:47:44 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-23 21:47:44 +0000 |
commit | c934a6cad8f98bd65e75c0597e73e534950a2666 (patch) | |
tree | 3e2b2c639a1fe349def99afa9506f70fd2f397ed /x11-misc/xfe | |
parent | Fix for compilation failures (bug #137204). Thanks to Denis Dupeyron and Ed C... (diff) | |
download | gentoo-2-c934a6cad8f98bd65e75c0597e73e534950a2666.tar.gz gentoo-2-c934a6cad8f98bd65e75c0597e73e534950a2666.tar.bz2 gentoo-2-c934a6cad8f98bd65e75c0597e73e534950a2666.zip |
Stable on ppc64; bug #168148
(Portage version: 2.1.2-r9)
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, 6 insertions, 3 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 5fbdc875dcf1..13538bf61d8e 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.32 2007/02/23 17:08:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.33 2007/02/23 21:47:44 corsair Exp $ + + 23 Feb 2007; Markus Rothe <corsair@gentoo.org> xfe-0.88.ebuild: + Stable on ppc64; bug #168148 23 Feb 2007; Raúl Porcel <armin76@gentoo.org> xfe-0.88.ebuild: x86 stable wrt bug 168148 diff --git a/x11-misc/xfe/xfe-0.88.ebuild b/x11-misc/xfe/xfe-0.88.ebuild index d51ffe5c2975..1988e665f928 100644 --- a/x11-misc/xfe/xfe-0.88.ebuild +++ b/x11-misc/xfe/xfe-0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.3 2007/02/23 17:08:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.88.ebuild,v 1.4 2007/02/23 21:47:44 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" IUSE="nls" # only fox-1.4.x is compatible with this version of xfe... |