diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:25:00 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:25:00 +0000 |
commit | e1803347ac58c21ae60af826586fa2ef3d9c2969 (patch) | |
tree | fd31452d492db242bdd16ede7e9cbe962ec945b1 /x11-apps/xfsinfo | |
parent | stable x86, bug 268581 (diff) | |
download | gentoo-2-e1803347ac58c21ae60af826586fa2ef3d9c2969.tar.gz gentoo-2-e1803347ac58c21ae60af826586fa2ef3d9c2969.tar.bz2 gentoo-2-e1803347ac58c21ae60af826586fa2ef3d9c2969.zip |
stable x86, bug 268581
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xfsinfo')
-rw-r--r-- | x11-apps/xfsinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index 3601923913d3..4bd7bb452211 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfsinfo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.15 2008/06/06 21:32:19 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.16 2009/05/05 06:25:00 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> xfsinfo-1.0.2.ebuild: + stable x86, bug 268581 *xfsinfo-1.0.2 (06 Jun 2008) diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild index bf34bf78d374..bf1bdc576895 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-2008 Gentoo Foundation +# 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.1 2008/06/06 21:32:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild,v 1.2 2009/05/05 06:25:00 fauli 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" RDEPEND="x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" |