diff options
author | 2006-10-01 17:00:23 +0000 | |
---|---|---|
committer | 2006-10-01 17:00:23 +0000 | |
commit | b6dc8bc3ba6d5cb74fb1e4f7e7ab6b710d5e6152 (patch) | |
tree | 2709090dca4abf837c56f96c6cccd30f8214a54a /x11-libs | |
parent | libXext has a runtime dep on xextproto now, so we don't need to depend on it ... (diff) | |
download | gentoo-2-b6dc8bc3ba6d5cb74fb1e4f7e7ab6b710d5e6152.tar.gz gentoo-2-b6dc8bc3ba6d5cb74fb1e4f7e7ab6b710d5e6152.tar.bz2 gentoo-2-b6dc8bc3ba6d5cb74fb1e4f7e7ab6b710d5e6152.zip |
libXext has a runtime dep on xextproto now, so we don't need to depend on it here.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'x11-libs')
-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" |