diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:20:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:20:03 +0000 |
commit | 7e46251f640da1849fa04fbdba2599a7f1ae5ce3 (patch) | |
tree | af33aa4f1a4cb07691cc5e13086a23720035cbad /games-fps/ut2004-action | |
parent | set KEYWORDS, IUSE; drop RDEPEND (diff) | |
download | gentoo-2-7e46251f640da1849fa04fbdba2599a7f1ae5ce3.tar.gz gentoo-2-7e46251f640da1849fa04fbdba2599a7f1ae5ce3.tar.bz2 gentoo-2-7e46251f640da1849fa04fbdba2599a7f1ae5ce3.zip |
set IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-action')
-rw-r--r-- | games-fps/ut2004-action/ut2004-action-1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-fps/ut2004-action/ut2004-action-1.ebuild b/games-fps/ut2004-action/ut2004-action-1.ebuild index 3f97475ffb0a..7500107c754d 100644 --- a/games-fps/ut2004-action/ut2004-action-1.ebuild +++ b/games-fps/ut2004-action/ut2004-action-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-action/ut2004-action-1.ebuild,v 1.1 2007/01/10 17:30:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-action/ut2004-action-1.ebuild,v 1.2 2009/10/01 22:20:03 nyhm Exp $ MOD_DESC="Action movie mod" MOD_NAME="Action" @@ -12,10 +12,8 @@ HOMEPAGE="http://www.ateamproductions.net/" SRC_URI="mirror://beyondunreal/mods/aut-r${PV}-msuc.zip" LICENSE="freedist" - KEYWORDS="~amd64 ~x86" - -RDEPEND="${CATEGORY}/${GAME}" +IUSE="dedicated opengl" src_unpack() { mkdir -p ${MOD_DIR} |