diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-08-15 20:53:30 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-08-15 20:53:30 +0000 |
commit | 22a6caf3f523d6368e20ac2042e0af2cd4415af0 (patch) | |
tree | 13eee54d78c68faf01ca714e061e0ab80e908a61 /x11-apps/mkfontscale | |
parent | added die on copy if it fails (diff) | |
download | gentoo-2-22a6caf3f523d6368e20ac2042e0af2cd4415af0.tar.gz gentoo-2-22a6caf3f523d6368e20ac2042e0af2cd4415af0.tar.bz2 gentoo-2-22a6caf3f523d6368e20ac2042e0af2cd4415af0.zip |
Marked ~amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index da7e44b5c72e..eee40f39edcb 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.2 2005/08/08 20:14:18 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.3 2005/08/15 20:53:30 herbs Exp $ + + 15 Aug 2005; Herbie Hopkins <herbs@gentoo.org> mkfontscale-0.99.0.ebuild: + Marked ~amd64 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> mkfontscale-0.99.0.ebuild: diff --git a/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild b/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild index c321337d7380..3a4befc33cb2 100644 --- a/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild +++ b/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild,v 1.2 2005/08/08 20:14:18 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-0.99.0.ebuild,v 1.3 2005/08/15 20:53:30 herbs Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org mkfontscale application" -KEYWORDS="~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" RDEPEND="x11-libs/libfontenc =media-libs/freetype-2*" DEPEND="${RDEPEND}" |