diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:21:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:21:58 +0000 |
commit | 981db88689b2117203aadde23554ca48d652810f (patch) | |
tree | 7c4ff8eef4fa419cff3a09a5c256d2cffcf55dd3 | |
parent | depend on sed >= 4; use emake; error check; upgrade to debian patch -7; use m... (diff) | |
download | gentoo-2-981db88689b2117203aadde23554ca48d652810f.tar.gz gentoo-2-981db88689b2117203aadde23554ca48d652810f.tar.bz2 gentoo-2-981db88689b2117203aadde23554ca48d652810f.zip |
add missing opengl to IUSE
-rw-r--r-- | games-fps/unreal-tournament/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 4 | ||||
-rw-r--r-- | games-fps/unreal/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 8 |
4 files changed, 16 insertions, 9 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog index 1635ef33df88..0b9a992a795e 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.2 2003/09/10 16:06:04 vapier Exp $ +# 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 $ + + 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + unreal-tournament-451.ebuild: + add missing opengl to IUSE 29 Aug 2003; Chris Gianelloni <wolf31o2@gentoo.org> unreal-tournament-436.ebuild, 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 739d68933b7b..3e3f984d4f89 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 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.6 2004/02/24 22:22:33 vapier Exp $ +# $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 $ inherit games eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" -IUSE="3dfx X" +IUSE="3dfx X opengl" DEPEND="app-arch/unzip !games-fps/unreal-tournament-goty" diff --git a/games-fps/unreal/ChangeLog b/games-fps/unreal/ChangeLog index a806d0f126df..80d54f74efaf 100644 --- a/games-fps/unreal/ChangeLog +++ b/games-fps/unreal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.4 2004/02/28 17:06:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.5 2004/03/28 06:21:21 mr_bones_ Exp $ + + 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> unreal-226.ebuild: + add missing opengl to IUSE 28 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org> : Fixing digest and closing bug #43206. diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index c9be1e43db96..40d5e39466e2 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.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/unreal-226.ebuild,v 1.8 2004/02/28 09:49:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.9 2004/03/28 06:21:21 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)" HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/" @@ -13,13 +13,13 @@ SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" -IUSE="X" +IUSE="X opengl" DEPEND="sys-libs/lib-compat" RDEPEND="X? ( virtual/x11 ) opengl? ( virtual/opengl )" -S=${WORKDIR} +S="${WORKDIR}" pkg_setup() { export CDROM_NAME_1="Unreal CD" |