summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-12 04:36:56 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-12 04:36:56 +0000
commit5a2aa5a4441b194ab69ffcb6b5078e60ac00c980 (patch)
tree3b5f28e4dfad2c7fe61b4d21821625e01a8be19d /games-fps
parentfix default xcursor support (diff)
downloadgentoo-2-5a2aa5a4441b194ab69ffcb6b5078e60ac00c980.tar.gz
gentoo-2-5a2aa5a4441b194ab69ffcb6b5078e60ac00c980.tar.bz2
gentoo-2-5a2aa5a4441b194ab69ffcb6b5078e60ac00c980.zip
fix DEPEND
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3/quake3-1.31.ebuild4
-rw-r--r--games-fps/quake3/quake3-1.32b.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/quake3/quake3-1.31.ebuild b/games-fps/quake3/quake3-1.31.ebuild
index 40437dfb2cc5..145a8192c152 100644
--- a/games-fps/quake3/quake3-1.31.ebuild
+++ b/games-fps/quake3/quake3-1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.4 2003/10/05 02:37:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.5 2003/10/12 04:36:56 vapier Exp $
inherit eutils games
@@ -16,7 +16,7 @@ RESTRICT="nostrip"
RDEPEND="virtual/glibc
opengl? ( virtual/opengl )
- X? ( x11-base/xfree )
+ X? ( virtual/x11 )
dedicated? ( app-misc/screen )"
S=${WORKDIR}
diff --git a/games-fps/quake3/quake3-1.32b.ebuild b/games-fps/quake3/quake3-1.32b.ebuild
index 66d9ff847813..5b45b0300d79 100644
--- a/games-fps/quake3/quake3-1.32b.ebuild
+++ b/games-fps/quake3/quake3-1.32b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b.ebuild,v 1.4 2003/10/05 02:37:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b.ebuild,v 1.5 2003/10/12 04:36:56 vapier Exp $
inherit games
@@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-${PV}.x86.r
LICENSE="Q3AEULA"
SLOT="0"
KEYWORDS="-* x86"
-IUSE="${IUSE} opengl"
+IUSE="${IUSE} X opengl"
RESTRICT="nostrip"
RDEPEND="virtual/glibc
opengl? ( virtual/opengl )
- dedicated? ( app-misc/screen )
- !dedicated? ( virtual/opengl )"
+ X? ( virtual/x11 )
+ dedicated? ( app-misc/screen )"
S=${WORKDIR}