diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:24:54 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:24:54 +0000 |
commit | c45fbbf4ac0c2c13c7c5f2b35df114cba6849dcf (patch) | |
tree | ad74630c7883f6d4743839dac6ad69c15c868119 /games-fps/ut2004-hamsterbash | |
parent | set IUSE; drop RDEPEND (diff) | |
download | gentoo-2-c45fbbf4ac0c2c13c7c5f2b35df114cba6849dcf.tar.gz gentoo-2-c45fbbf4ac0c2c13c7c5f2b35df114cba6849dcf.tar.bz2 gentoo-2-c45fbbf4ac0c2c13c7c5f2b35df114cba6849dcf.zip |
set IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-hamsterbash')
-rw-r--r-- | games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild index b702517bb70a..03e1fb477cd1 100644 --- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild +++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild,v 1.1 2007/01/31 16:03:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild,v 1.2 2009/10/01 22:24:54 nyhm Exp $ MOD_DESC="Cute and violent hamster cage rampage mod" MOD_NAME="Hamster Bash" @@ -12,10 +12,8 @@ HOMEPAGE="http://www.eigensoft.com/hamsterbash.htm" SRC_URI="http://server088.eigensoft.com/HamsterBashFinal.zip" LICENSE="freedist" - KEYWORDS="~amd64 ~x86" - -RDEPEND="${CATEGORY}/${GAME}" +IUSE="dedicated opengl" src_unpack() { unzip "${DISTDIR}"/HamsterBashFinal.zip |