diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 13:24:22 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 13:24:22 +0000 |
commit | 1c6ab6d4dba6f398f02b468c165a8b72fa00b485 (patch) | |
tree | 339bfb6d5a489075407a2348239b41c1f8c42357 /x11-apps | |
parent | Apply endianess fixes from bug 169785, by Damian Pietras, Elimar Riesebieter ... (diff) | |
download | gentoo-2-1c6ab6d4dba6f398f02b468c165a8b72fa00b485.tar.gz gentoo-2-1c6ab6d4dba6f398f02b468c165a8b72fa00b485.tar.bz2 gentoo-2-1c6ab6d4dba6f398f02b468c165a8b72fa00b485.zip |
Stable on sparc wrt #175465
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index 2dfc8dfac72f..903643b933e8 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.35 2007/07/02 13:55:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.36 2007/08/07 13:24:22 gustavoz Exp $ + + 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> + mkfontscale-1.0.3.ebuild: + Stable on sparc wrt #175465 02 Jul 2007; Raúl Porcel <armin76@gentoo.org> mkfontscale-1.0.3.ebuild: alpha stable wrt #175465 diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild index 9b7cabe445c7..317ae5df4528 100644 --- a/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild +++ b/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild,v 1.9 2007/07/02 13:55:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild,v 1.10 2007/08/07 13:24:22 gustavoz 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 x11-libs/libX11 |