summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-05 17:24:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-05 17:24:01 +0000
commit9bd9317b6e309e586affc4c63704d0c395812161 (patch)
tree991de2046d82675023ec678fdf431c84dda2a85d /games-fps/quakeforge
parentRemoving old virtual/x11 dependency. (diff)
downloadgentoo-2-9bd9317b6e309e586affc4c63704d0c395812161.tar.gz
gentoo-2-9bd9317b6e309e586affc4c63704d0c395812161.tar.bz2
gentoo-2-9bd9317b6e309e586affc4c63704d0c395812161.zip
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/quakeforge')
-rw-r--r--games-fps/quakeforge/ChangeLog6
-rw-r--r--games-fps/quakeforge/quakeforge-0.5.5.ebuild25
2 files changed, 13 insertions, 18 deletions
diff --git a/games-fps/quakeforge/ChangeLog b/games-fps/quakeforge/ChangeLog
index c2e6443e78d9..556e8fc21d13 100644
--- a/games-fps/quakeforge/ChangeLog
+++ b/games-fps/quakeforge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quakeforge
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.13 2006/11/13 15:26:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.14 2006/12/05 17:24:01 wolf31o2 Exp $
+
+ 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quakeforge-0.5.5.ebuild:
+ Removing old virtual/x11 dependency.
13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
quakeforge-0.5.5.ebuild:
diff --git a/games-fps/quakeforge/quakeforge-0.5.5.ebuild b/games-fps/quakeforge/quakeforge-0.5.5.ebuild
index 8b95116e514f..21728b5f0435 100644
--- a/games-fps/quakeforge/quakeforge-0.5.5.ebuild
+++ b/games-fps/quakeforge/quakeforge-0.5.5.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/games-fps/quakeforge/quakeforge-0.5.5.ebuild,v 1.15 2006/11/13 15:26:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5.ebuild,v 1.16 2006/12/05 17:24:01 wolf31o2 Exp $
inherit eutils games
@@ -19,26 +19,17 @@ RDEPEND="3dfx? ( media-libs/glide-v3 )
sdl? ( media-libs/libsdl )
svga? ( media-libs/svgalib )
X? (
- || (
- (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXxf86vm )
- virtual/x11 ) )
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86vm )
ncurses? ( sys-libs/ncurses )
vorbis? ( media-libs/libogg media-libs/libvorbis )
zlib? ( sys-libs/zlib )
xv? (
- || (
- (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXxf86vm )
- virtual/x11 ) )
- dga? (
- || (
- x11-libs/libXxf86dga
- virtual/x11 ) )
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86vm )
+ dga? ( x11-libs/libXxf86dga )
alsa? ( media-libs/alsa-lib )"
DEPEND="${RDEPEND}
cdinstall? ( games-fps/quake1-data )