diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-14 00:20:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-14 00:20:24 +0000 |
commit | ae468ab5155601cfeabc8f37f1bc25743ebca412 (patch) | |
tree | 1a9702296ff12c2833a8e6188146234b3966864a /games-fps/unreal-tournament | |
parent | Stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-ae468ab5155601cfeabc8f37f1bc25743ebca412.tar.gz gentoo-2-ae468ab5155601cfeabc8f37f1bc25743ebca412.tar.bz2 gentoo-2-ae468ab5155601cfeabc8f37f1bc25743ebca412.zip |
fix odd double DEPEND
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 0b9a992a795e..534e6fc90939 100644 --- a/games-fps/unreal-tournament/ChangeLog +++ b/games-fps/unreal-tournament/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/unreal-tournament # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.3 2004/03/28 06:21:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.4 2004/05/14 00:20:24 mr_bones_ Exp $ + + 13 May 2004; Michael Sterrett <mr_bones_@gentoo.org> + unreal-tournament-451.ebuild: + fix odd double DEPEND 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> unreal-tournament-451.ebuild: diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 3e3f984d4f89..d4a01753229d 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.7 2004/03/28 06:21:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.8 2004/05/14 00:20:24 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Futuristic FPS" HOMEPAGE="http://www.unrealtournament.com/ http://utpg.org/" @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="-* x86" IUSE="3dfx X opengl" -DEPEND="app-arch/unzip - !games-fps/unreal-tournament-goty" -DEPEND="X? ( virtual/x11 ) +RDEPEND="virtual/glibc + X? ( virtual/x11 ) opengl? ( virtual/opengl )" +DEPEND="${RDEPEND} + app-arch/unzip + !games-fps/unreal-tournament-goty" -S=${WORKDIR} +S="${WORKDIR}" pkg_setup() { check_license |