diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-22 18:30:34 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-22 18:30:34 +0000 |
commit | 8d04d66b50347628bfe54163fc8fbe0903c90c2c (patch) | |
tree | fd41615f158e66e185bdda1e30c39319c36f0593 /x11-libs/libXfont | |
parent | (#122726) Add missing keywords; apps that depend on this were keyworded, so i... (diff) | |
download | gentoo-2-8d04d66b50347628bfe54163fc8fbe0903c90c2c.tar.gz gentoo-2-8d04d66b50347628bfe54163fc8fbe0903c90c2c.tar.bz2 gentoo-2-8d04d66b50347628bfe54163fc8fbe0903c90c2c.zip |
(#122726) Add missing keywords; apps that depend on this were keyworded, so it was tested and just got missed.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.0.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 79f3655d9f08..e6081d574948 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.26 2006/03/09 14:21:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.27 2006/03/22 18:30:34 spyderous Exp $ + + 22 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + libXfont-1.0.0.ebuild: + (#122726) Add missing keywords; apps that depend on this were keyworded, so + it was tested and just got missed. 09 Mar 2006; Aron Griffis <agriffis@gentoo.org> libXfont-1.0.0.ebuild: Mark 1.0.0 ~ia64 diff --git a/x11-libs/libXfont/libXfont-1.0.0.ebuild b/x11-libs/libXfont/libXfont-1.0.0.ebuild index 18e9e64907fc..0436d84aed57 100644 --- a/x11-libs/libXfont/libXfont-1.0.0.ebuild +++ b/x11-libs/libXfont/libXfont-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.0.0.ebuild,v 1.6 2006/03/09 14:21:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.0.0.ebuild,v 1.7 2006/03/22 18:30:34 spyderous Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org Xfont library" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6" RDEPEND="x11-libs/xtrans x11-libs/libfontenc |