diff options
author | 2006-06-30 15:56:40 +0000 | |
---|---|---|
committer | 2006-06-30 15:56:40 +0000 | |
commit | 1252d039ee879deb2f25d92366e209e249d6af5c (patch) | |
tree | 97e14511787cb83a838db136b334e7bbcb7f122a /x11-libs/libXfontcache | |
parent | Added gadu gadu protocol support (diff) | |
download | historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.gz historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.bz2 historical-1252d039ee879deb2f25d92366e209e249d6af5c.zip |
Stable on amd64.
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index 399a0ed34467..958483b8ab42 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfontcache # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.17 2006/06/30 09:22:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.18 2006/06/30 15:44:58 wolf31o2 Exp $ + + 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + libXfontcache-1.0.2.ebuild: + Stable on amd64. 30 Jun 2006; Markus Rothe <corsair@gentoo.org> libXfontcache-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild index 691341300e0a..e4d339e5cd25 100644 --- a/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild +++ b/x11-libs/libXfontcache/libXfontcache-1.0.2.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/libXfontcache/libXfontcache-1.0.2.ebuild,v 1.3 2006/06/30 09:22:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild,v 1.4 2006/06/30 15:44:58 wolf31o2 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 ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc x86" #IUSE="X gnome" RDEPEND="x11-libs/libX11 x11-libs/libXext" |