diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-14 20:58:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-14 20:58:46 +0000 |
commit | d2d53cadd007d2d15cbbcc63bc936ee05ff29b30 (patch) | |
tree | d53e84dcc4db20d6e9ff8bbd41384dceb69949b9 /x11-apps | |
parent | amd64 stable, bug #268581 (diff) | |
download | gentoo-2-d2d53cadd007d2d15cbbcc63bc936ee05ff29b30.tar.gz gentoo-2-d2d53cadd007d2d15cbbcc63bc936ee05ff29b30.tar.bz2 gentoo-2-d2d53cadd007d2d15cbbcc63bc936ee05ff29b30.zip |
amd64 stable, bug #268581
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 5592820e1332..7b6b31103c56 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/showfont # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.16 2009/05/05 07:01:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.17 2009/05/14 20:58:46 maekke Exp $ + + 14 May 2009; Markus Meier <maekke@gentoo.org> showfont-1.0.2.ebuild: + amd64 stable, bug #268581 05 May 2009; Christian Faulhammer <fauli@gentoo.org> showfont-1.0.1.ebuild, showfont-1.0.2.ebuild: diff --git a/x11-apps/showfont/showfont-1.0.2.ebuild b/x11-apps/showfont/showfont-1.0.2.ebuild index 3d786a7f4b68..f5784c7aeaef 100644 --- a/x11-apps/showfont/showfont-1.0.2.ebuild +++ b/x11-apps/showfont/showfont-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/showfont/showfont-1.0.2.ebuild,v 1.3 2009/05/05 07:01:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.2.ebuild,v 1.4 2009/05/14 20:58:46 maekke Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="font dumper for X font server" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" |