diff options
-rw-r--r-- | x11-misc/xfe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.19.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index d20e6d287b69..17e9a25af17a 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.53 2009/10/11 16:05:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.54 2009/10/31 14:23:25 ranger Exp $ + + 31 Oct 2009; Brent Baude <ranger@gentoo.org> xfe-1.19.2.ebuild: + Marking xfe-1.19.2 ppc64 for bug 281650 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> xfe-1.19.2.ebuild: sparc stable wrt #281650 diff --git a/x11-misc/xfe/xfe-1.19.2.ebuild b/x11-misc/xfe/xfe-1.19.2.ebuild index fe1d2e2960a9..7c7a7752afdf 100644 --- a/x11-misc/xfe/xfe-1.19.2.ebuild +++ b/x11-misc/xfe/xfe-1.19.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.5 2009/10/11 16:05:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.6 2009/10/31 14:23:25 ranger Exp $ EAPI=2 inherit eutils @@ -11,7 +11,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="debug nls +png" RDEPEND="=x11-libs/fox-1.6*[truetype,png?]" |