diff options
author | 2006-10-01 17:10:29 +0000 | |
---|---|---|
committer | 2006-10-01 17:10:29 +0000 | |
commit | 255e22c8f34dfbbec737ddac7ec8bdd1af2cc470 (patch) | |
tree | 5abf3f318723e1621520ee5568d9706fd55f2d0c /x11-libs/libXfontcache | |
parent | libXext has a runtime dep on xextproto now, so we don't need to depend on it ... (diff) | |
download | historical-255e22c8f34dfbbec737ddac7ec8bdd1af2cc470.tar.gz historical-255e22c8f34dfbbec737ddac7ec8bdd1af2cc470.tar.bz2 historical-255e22c8f34dfbbec737ddac7ec8bdd1af2cc470.zip |
libXext has a runtime dep on xextproto now, so we don't need to depend on it here.
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index 878bd3c9d0c9..02d635fbc884 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,11 @@ # 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.20 2006/06/30 23:28:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.21 2006/10/01 17:00:23 dberkholz Exp $ + + 01 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; + libXfontcache-1.0.2.ebuild: + libXext has a runtime dep on xextproto now, so we don't need to depend on it + here. 30 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; libXfontcache-1.0.2.ebuild: diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild index a0c3f254f41d..88d6893780c8 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.6 2006/09/10 09:11:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild,v 1.7 2006/10/01 17:00:23 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -14,5 +14,4 @@ KEYWORDS="alpha amd64 arm mips ppc ppc64 s390 sh sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} - x11-proto/xextproto x11-proto/fontcacheproto" |