diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:13:02 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:13:02 +0000 |
commit | 41d7ee16406446b4ba16f49789d5810706e2c07b (patch) | |
tree | 7a5e510e93f4649053a1342938988c327457c5a8 /games-fps/ut2004-muralis | |
parent | set KEYWORDS, IUSE; drop RDEPEND (diff) | |
download | gentoo-2-41d7ee16406446b4ba16f49789d5810706e2c07b.tar.gz gentoo-2-41d7ee16406446b4ba16f49789d5810706e2c07b.tar.bz2 gentoo-2-41d7ee16406446b4ba16f49789d5810706e2c07b.zip |
set KEYWORDS, IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-muralis')
-rw-r--r-- | games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild b/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild index d27fb4bc6965..b5d3ce369f54 100644 --- a/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild +++ b/games-fps/ut2004-muralis/ut2004-muralis-1.15.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-muralis/ut2004-muralis-1.15.ebuild,v 1.2 2007/01/10 20:54:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild,v 1.3 2009/10/01 22:13:02 nyhm Exp $ MOD_DESC="third-person hand-to-hand single/multiplayer mod" MOD_NAME="Muralis" @@ -14,8 +14,8 @@ MOD_FILE="muralis-v${PV}-zip.zip" SRC_URI="mirror://beyondunreal/mods/${MOD_FILE}" LICENSE="freedist" - -RDEPEND="${CATEGORY}/${GAME}" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" src_unpack() { unzip "${DISTDIR}"/${MOD_FILE} |