diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-06-24 05:46:00 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-06-24 05:46:00 +0000 |
commit | 9f3688eb8c1942e977ac238bfc1d134ce3bab7c5 (patch) | |
tree | ba6a02b72fe0761ba5c0b1382a57ca78912d8a25 /x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild | |
parent | Fixing permissions on /etc/osdt/project-skeletons/opensource/ (diff) | |
download | gentoo-2-9f3688eb8c1942e977ac238bfc1d134ce3bab7c5.tar.gz gentoo-2-9f3688eb8c1942e977ac238bfc1d134ce3bab7c5.tar.bz2 gentoo-2-9f3688eb8c1942e977ac238bfc1d134ce3bab7c5.zip |
Stable on mips, per #175465.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild')
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild index f9fc71950e19..78c105deb143 100644 --- a/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild +++ b/x11-libs/libXfontcache/libXfontcache-1.0.4.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-libs/libXfontcache/libXfontcache-1.0.4.ebuild,v 1.9 2007/05/04 21:01:12 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild,v 1.10 2007/06/24 05:46:00 kumba Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org Xfontcache library" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libX11 x11-libs/libXext" |