diff options
author | 2007-07-22 07:51:39 +0000 | |
---|---|---|
committer | 2007-07-22 07:51:39 +0000 | |
commit | 35643968f8839ed1feba76842a2b647b1f30c366 (patch) | |
tree | e3ca546b860b70d54f5f3e36ac6499f67246e431 /dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | |
parent | Removed virtual/x11 dependency. (diff) | |
download | gentoo-2-35643968f8839ed1feba76842a2b647b1f30c366.tar.gz gentoo-2-35643968f8839ed1feba76842a2b647b1f30c366.tar.bz2 gentoo-2-35643968f8839ed1feba76842a2b647b1f30c366.zip |
Drop virtual/x11 references.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild index 83c82ac73bca..6dd00a6189a0 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.10 2007/01/23 12:59:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.11 2007/07/22 07:51:39 graaff Exp $ inherit perl-module eutils @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="|| ( ( x11-libs/libXrender +DEPEND="x11-libs/libXrender x11-libs/libXext - ) - virtual/x11 - ) dev-lang/perl" |