diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:51:31 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:51:31 +0000 |
commit | f4ecc0a1a60160167378b65454d50f39407b8e43 (patch) | |
tree | 412ce765ca23a359eba79bde6388d588bb1361ad /x11-terms | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-f4ecc0a1a60160167378b65454d50f39407b8e43.tar.gz gentoo-2-f4ecc0a1a60160167378b65454d50f39407b8e43.tar.bz2 gentoo-2-f4ecc0a1a60160167378b65454d50f39407b8e43.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r2.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-terms/root-tail/root-tail-1.2-r2.ebuild b/x11-terms/root-tail/root-tail-1.2-r2.ebuild index bec4af126087..0c3ca813ffb7 100644 --- a/x11-terms/root-tail/root-tail-1.2-r2.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r2.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-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.11 2006/12/08 22:53:43 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.12 2007/07/22 05:51:31 dberkholz Exp $ inherit eutils flag-o-matic @@ -13,15 +13,13 @@ SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" IUSE="kde debug" -RDEPEND="|| ( ( x11-libs/libXext x11-libs/libX11 ) virtual/x11 )" -DEPEND="|| ( ( x11-misc/imake - app-text/rman - x11-misc/gccmakedep - x11-libs/libX11 - x11-proto/xproto - ) - virtual/x11 - )" +RDEPEND="x11-libs/libXext + x11-libs/libX11" +DEPEND="x11-misc/imake + app-text/rman + x11-misc/gccmakedep + x11-libs/libX11 + x11-proto/xproto" src_unpack() { unpack ${A} |