diff options
author | 2010-01-14 22:04:08 +0000 | |
---|---|---|
committer | 2010-01-14 22:04:08 +0000 | |
commit | cdca0ee4515eb96d2adae854d5dbc707442440f1 (patch) | |
tree | 16817f376b646b326aa39ebb11fe128004fa288f /x11-apps/mkfontscale | |
parent | Add a patch fixing gcc 4.1 compile time error. (diff) | |
download | gentoo-2-cdca0ee4515eb96d2adae854d5dbc707442440f1.tar.gz gentoo-2-cdca0ee4515eb96d2adae854d5dbc707442440f1.tar.bz2 gentoo-2-cdca0ee4515eb96d2adae854d5dbc707442440f1.zip |
arm stable, bug #294958
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index 6f8feb0a21a0..85a658ff4148 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.63 2010/01/14 21:10:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.64 2010/01/14 22:04:08 maekke Exp $ + + 14 Jan 2010; Markus Meier <maekke@gentoo.org> mkfontscale-1.0.7.ebuild: + arm stable, bug #294958 14 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mkfontscale-1.0.7.ebuild: diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild index ab41d2b71302..1ca41582268e 100644 --- a/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild +++ b/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild,v 1.7 2010/01/14 21:10:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild,v 1.8 2010/01/14 22:04:08 maekke Exp $ inherit x-modular DESCRIPTION="create an index of scalable font files for X" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libfontenc |