diff options
Diffstat (limited to 'x11-apps/xfsinfo')
-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 1dfdc36e4a1b..62cc6f53774c 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.20 2009/05/20 13:49:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.21 2009/06/05 16:42:05 tcunha Exp $ + + 05 Jun 2009; Tiago Cunha <tcunha@gentoo.org> xfsinfo-1.0.2.ebuild: + stable sparc, bug 268581 20 May 2009; Brent Baude <ranger@gentoo.org> xfsinfo-1.0.2.ebuild: Marking xfsinfo-1.0.2 ppc64 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 d3a1314fbed1..3c6accf6c6b8 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.6 2009/05/20 13:49:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild,v 1.7 2009/06/05 16:42:05 tcunha 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" |