diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 19:08:32 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 19:08:32 +0000 |
commit | bddbc2451a45f1b691a2d8dbf4e2f19c6a44871e (patch) | |
tree | 9a24870e21683acd8652ea4b3b0476612eaa157f /x11-libs/libXfontcache | |
parent | Stable on alpha + ia64. (diff) | |
download | gentoo-2-bddbc2451a45f1b691a2d8dbf4e2f19c6a44871e.tar.gz gentoo-2-bddbc2451a45f1b691a2d8dbf4e2f19c6a44871e.tar.bz2 gentoo-2-bddbc2451a45f1b691a2d8dbf4e2f19c6a44871e.zip |
Add ~sparc keyword to "X Modular" versions of X libraries.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index 2ecf01a0414b..7a34f6971f39 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfontcache # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.1 2005/08/08 04:29:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.2 2005/08/08 19:08:32 fmccor Exp $ + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + libXfontcache-0.99.0.ebuild: + Add ~sparc keyword (modular X testing). *libXfontcache-0.99.0 (08 Aug 2005) diff --git a/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild b/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild index 12c59da7594f..ccb4d73add0d 100644 --- a/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild +++ b/x11-libs/libXfontcache/libXfontcache-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-libs/libXfontcache/libXfontcache-0.99.0.ebuild,v 1.1 2005/08/08 04:29:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild,v 1.2 2005/08/08 19:08:32 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,7 +12,7 @@ DESCRIPTION="X.Org Xfontcache library" #SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" #LICENSE="" #SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" #IUSE="X gnome" RDEPEND="x11-libs/libX11 x11-libs/libXext" |