diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-01 23:07:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-01 23:07:38 +0000 |
commit | c52b4047e7499ff34af8a713e1a96b1b4f8ec3ce (patch) | |
tree | beda4c92bb8256e87110168a5df0d87afbca127b /games-fps | |
parent | bug 87408 (diff) | |
download | historical-c52b4047e7499ff34af8a713e1a96b1b4f8ec3ce.tar.gz historical-c52b4047e7499ff34af8a713e1a96b1b4f8ec3ce.tar.bz2 historical-c52b4047e7499ff34af8a713e1a96b1b4f8ec3ce.zip |
need libsdl-1.2.x #73923
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 8 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index 31e4eb57a191..81634c806504 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.6 2004/06/24 22:48:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.7 2005/04/01 23:07:38 vapier Exp $ inherit games eutils @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="x86" IUSE="X 3dfx S3TC nls opengl" -DEPEND="!games-fps/unreal-tournament" RDEPEND="X? ( virtual/x11 ) + =media-libs/libsdl-1.2* opengl? ( virtual/opengl )" +DEPEND="${RDEPEND} + !games-fps/unreal-tournament" S=${WORKDIR} diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 18ddf381af27..207ff3f4b060 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.11 2004/07/01 11:18:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.12 2005/04/01 23:05:45 vapier Exp $ inherit eutils games @@ -16,6 +16,7 @@ IUSE="3dfx X opengl" RDEPEND="virtual/libc X? ( virtual/x11 ) + =media-libs/libsdl-1.2* opengl? ( virtual/opengl )" DEPEND="${RDEPEND} app-arch/unzip |