diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:49:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:49:51 +0000 |
commit | feb58612f673e8bb504ad21aa977ad165eb910ed (patch) | |
tree | c252df624453aea130853400825cd1be7c43eb21 /games-fps/nexuiz | |
parent | Added check for quake2-demodata to make sure we don't have a file collision. ... (diff) | |
download | gentoo-2-feb58612f673e8bb504ad21aa977ad165eb910ed.tar.gz gentoo-2-feb58612f673e8bb504ad21aa977ad165eb910ed.tar.bz2 gentoo-2-feb58612f673e8bb504ad21aa977ad165eb910ed.zip |
Updated dependencies to be more accurate.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-fps/nexuiz')
-rw-r--r-- | games-fps/nexuiz/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/nexuiz/nexuiz-2.0.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog index 9870c7eccdbf..0fc282776b6c 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.10 2006/06/27 19:09:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.11 2006/06/27 19:49:51 wolf31o2 Exp $ + + 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-2.0.ebuild: + Updated dependencies to be more accurate. *nexuiz-2.0 (27 Jun 2006) diff --git a/games-fps/nexuiz/nexuiz-2.0.ebuild b/games-fps/nexuiz/nexuiz-2.0.ebuild index 5bf7593b0dcd..1d01d30de83e 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.1 2006/06/27 19:09:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.0.ebuild,v 1.2 2006/06/27 19:49:51 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -45,17 +45,13 @@ RDEPEND="media-libs/jpeg opengl? ( virtual/opengl ${UIRDEPEND} ) - !dedicated? ( - !sdl? ( - !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? ( ${UIRDEPEND} ) ) )" + !dedicated? ( !sdl? ( !opengl? ( virtual/opengl ${UIRDEPEND} ) ) )" S=${WORKDIR}/darkplaces # This is the right dir, so that e.g. "darkplaces -game nexuiz" will work |