diff options
-rw-r--r-- | x11-apps/xfsinfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index 4f86e139e000..1dfdc36e4a1b 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfsinfo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.19 2009/05/20 13:34:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.20 2009/05/20 13:49:52 ranger Exp $ + + 20 May 2009; Brent Baude <ranger@gentoo.org> xfsinfo-1.0.2.ebuild: + Marking xfsinfo-1.0.2 ppc64 stable for bug 268581 20 May 2009; Brent Baude <ranger@gentoo.org> xfsinfo-1.0.2.ebuild: Marking xfsinfo-1.0.2 ppc stable for bug 268581 diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild index 99bacd81f68a..d3a1314fbed1 100644 --- a/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild +++ b/x11-apps/xfsinfo/xfsinfo-1.0.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-apps/xfsinfo/xfsinfo-1.0.2.ebuild,v 1.5 2009/05/20 13:34:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild,v 1.6 2009/05/20 13:49:52 ranger Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X font server information utility" -KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libFS" |