diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:42:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:42:19 +0000 |
commit | b23aa65fba3eace7facbf2471eb54e5ce4c692ca (patch) | |
tree | 3af962b3c403b172d97a6b7cdf14df9e4a5369a2 /x11-apps/showfont | |
parent | fix a typo and don't install LICENSE file (diff) | |
download | historical-b23aa65fba3eace7facbf2471eb54e5ce4c692ca.tar.gz historical-b23aa65fba3eace7facbf2471eb54e5ce4c692ca.tar.bz2 historical-b23aa65fba3eace7facbf2471eb54e5ce4c692ca.zip |
stable x86, bug 268581
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 85d543792489..6a646b59afb1 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/showfont -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.14 2008/06/06 21:29:50 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.15 2009/05/05 06:31:15 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + showfont-1.0.2.ebuild: + stable x86, bug 268581 *showfont-1.0.2 (06 Jun 2008) diff --git a/x11-apps/showfont/showfont-1.0.2.ebuild b/x11-apps/showfont/showfont-1.0.2.ebuild index f123611d74ef..3ff9207d78fe 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-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/showfont/showfont-1.0.2.ebuild,v 1.1 2008/06/06 21:29:50 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.2.ebuild,v 1.2 2009/05/05 06:31:15 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ 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" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" |