diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:02:57 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:02:57 +0000 |
commit | 22f9e7e42f37302a7cc32940b6718da7e1a50922 (patch) | |
tree | 056b52e8cb73ccad62807e50c5b7a1488afb1107 /x11-wm/afterstep/afterstep-2.2.3.ebuild | |
parent | Retain upstream Id tag (diff) | |
download | gentoo-2-22f9e7e42f37302a7cc32940b6718da7e1a50922.tar.gz gentoo-2-22f9e7e42f37302a7cc32940b6718da7e1a50922.tar.bz2 gentoo-2-22f9e7e42f37302a7cc32940b6718da7e1a50922.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-wm/afterstep/afterstep-2.2.3.ebuild')
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.3.ebuild | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.3.ebuild b/x11-wm/afterstep/afterstep-2.2.3.ebuild index 45bab75a6cb8..36643fc6bcaa 100644 --- a/x11-wm/afterstep/afterstep-2.2.3.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.3.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/x11-wm/afterstep/afterstep-2.2.3.ebuild,v 1.8 2007/07/12 03:41:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.3.ebuild,v 1.9 2007/07/22 06:02:57 dberkholz Exp $ inherit flag-o-matic eutils @@ -20,26 +20,20 @@ RDEPEND="virtual/libc jpeg? ( >=media-libs/jpeg-6b ) gif? ( >=media-libs/giflib-4.1.0 ) tiff? ( >=media-libs/tiff-3.5.7 ) - || ( ( x11-libs/libICE - x11-libs/libXext - x11-libs/libSM - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXrender - xinerama? ( x11-libs/libXinerama ) - ) - virtual/x11 - )" + x11-libs/libICE + x11-libs/libXext + x11-libs/libSM + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXrender + xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - || ( ( x11-proto/xextproto - x11-proto/xproto - xinerama? ( x11-proto/xineramaproto ) - ) - virtual/x11 - )" + x11-proto/xextproto + x11-proto/xproto + xinerama? ( x11-proto/xineramaproto )" S="${WORKDIR}/AfterStep-${PV}" |