summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-28 21:57:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-28 21:57:53 +0000
commit292b47700cfddda16b8257f6d132840f097eb703 (patch)
tree1c3c12ea12ee8f8a1e696d7a7eb1092a73bea4ff /games-fps
parentStable on alpha and amd64 wrt Bug #138343. (diff)
downloadgentoo-2-292b47700cfddda16b8257f6d132840f097eb703.tar.gz
gentoo-2-292b47700cfddda16b8257f6d132840f097eb703.tar.bz2
gentoo-2-292b47700cfddda16b8257f6d132840f097eb703.zip
Fixing dependencies and closing bug #138380.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/nexuiz/ChangeLog5
-rw-r--r--games-fps/nexuiz/nexuiz-2.0.ebuild16
2 files changed, 10 insertions, 11 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog
index 0fc282776b6c..cdf8e4129e9a 100644
--- a/games-fps/nexuiz/ChangeLog
+++ b/games-fps/nexuiz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/nexuiz
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.11 2006/06/27 19:49:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.12 2006/06/28 21:57:53 wolf31o2 Exp $
+
+ 28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-2.0.ebuild:
+ Fixing dependencies and closing bug #138380.
27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-2.0.ebuild:
Updated dependencies to be more accurate.
diff --git a/games-fps/nexuiz/nexuiz-2.0.ebuild b/games-fps/nexuiz/nexuiz-2.0.ebuild
index 1d01d30de83e..6fc3da285a3d 100644
--- a/games-fps/nexuiz/nexuiz-2.0.ebuild
+++ b/games-fps/nexuiz/nexuiz-2.0.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/nexuiz/nexuiz-2.0.ebuild,v 1.2 2006/06/27 19:49:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.0.ebuild,v 1.3 2006/06/28 21:57:53 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -39,19 +39,15 @@ UIDEPEND="|| (
RDEPEND="media-libs/jpeg
sys-libs/glibc
sys-libs/zlib
- sdl? (
- media-libs/libsdl
- ${UIRDEPEND} )
- opengl? (
- virtual/opengl
- ${UIRDEPEND} )
+ sdl? ( media-libs/libsdl ${UIRDEPEND} )
+ opengl? ( virtual/opengl ${UIRDEPEND} )
!dedicated? ( !sdl? ( !opengl? ( virtual/opengl ${UIRDEPEND} ) ) )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
app-arch/unzip
- sdl? ( ${UIDEPEND} )
- opengl? ( ${UIRDEPEND} )
- !dedicated? ( !sdl? ( !opengl? ( virtual/opengl ${UIRDEPEND} ) ) )"
+ sdl? ( media-libs/libsdl ${UIDEPEND} )
+ opengl? ( virtual/opengl ${UIDEPEND} )
+ !dedicated? ( !sdl? ( !opengl? ( virtual/opengl ${UIDEPEND} ) ) )"
S=${WORKDIR}/darkplaces
# This is the right dir, so that e.g. "darkplaces -game nexuiz" will work