summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 06:02:57 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 06:02:57 +0000
commit22f9e7e42f37302a7cc32940b6718da7e1a50922 (patch)
tree056b52e8cb73ccad62807e50c5b7a1488afb1107 /x11-wm/afterstep/afterstep-2.2.1.ebuild
parentRetain upstream Id tag (diff)
downloadgentoo-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.1.ebuild')
-rw-r--r--x11-wm/afterstep/afterstep-2.2.1.ebuild32
1 files changed, 13 insertions, 19 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.1.ebuild b/x11-wm/afterstep/afterstep-2.2.1.ebuild
index e44a8eb1a8db..fc7afed8fa44 100644
--- a/x11-wm/afterstep/afterstep-2.2.1.ebuild
+++ b/x11-wm/afterstep/afterstep-2.2.1.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.1.ebuild,v 1.3 2007/07/12 03:41:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.1.ebuild,v 1.4 2007/07/22 06:02:57 dberkholz Exp $
inherit flag-o-matic
@@ -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}"