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/mkfontscale | |
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/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index 1908b38cc345..72f5f02085bd 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.43 2009/04/05 23:38:02 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.44 2009/05/05 06:20:03 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + mkfontscale-1.0.5.ebuild: + stable x86, bug 268581 05 Apr 2009; Olivier CrĂȘte <tester@gentoo.org> mkfontscale-1.0.5.ebuild: amd64 stable diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild index 0ac30aaf2d1d..3d002e122c42 100644 --- a/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild +++ b/x11-apps/mkfontscale/mkfontscale-1.0.5.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/mkfontscale/mkfontscale-1.0.5.ebuild,v 1.3 2009/04/05 23:38:02 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild,v 1.4 2009/05/05 06:20:03 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="create an index of scalable font files for X" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libfontenc =media-libs/freetype-2*" |