diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:49:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:49:20 +0000 |
commit | 4d4989e273c1fa73e84347b890781d041419156a (patch) | |
tree | f6d4960e678cafd81cc4007ef76e643f5189a3cb /x11-libs/libXfontcache | |
parent | modular X dependency & opengl use flag fix (diff) | |
download | historical-4d4989e273c1fa73e84347b890781d041419156a.tar.gz historical-4d4989e273c1fa73e84347b890781d041419156a.tar.bz2 historical-4d4989e273c1fa73e84347b890781d041419156a.zip |
Added ~ppc64
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index b3105581d23f..cdf9a371896a 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2005/12/26 21:55:31 joshuabaergen Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.13 2006/02/14 22:28:52 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> libXfontcache-1.0.1.ebuild: + Added ~ppc64 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> -libXfontcache-0.99.2.ebuild, -libXfontcache-1.0.0.ebuild: diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild index aaa100283227..3d762d564cbd 100644 --- a/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild +++ b/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild,v 1.1 2005/12/23 08:43:58 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.1.ebuild,v 1.2 2006/02/14 22:28:52 corsair 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="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" #IUSE="X gnome" RDEPEND="x11-libs/libX11 x11-libs/libXext" |