diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:08:19 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:08:19 +0000 |
commit | c8863c6cf06a3422171ae7d64b91b58c3c0729fd (patch) | |
tree | 8a6bb702ea480c6e200f44b342f99dd2b5d7c03c /games-fps/ut2004-da2 | |
parent | Version bump. (diff) | |
download | gentoo-2-c8863c6cf06a3422171ae7d64b91b58c3c0729fd.tar.gz gentoo-2-c8863c6cf06a3422171ae7d64b91b58c3c0729fd.tar.bz2 gentoo-2-c8863c6cf06a3422171ae7d64b91b58c3c0729fd.zip |
set KEYWORDS, IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-da2')
-rw-r--r-- | games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild index af5debe7e6b2..0b759cff37ea 100644 --- a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild +++ b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.3 2008/12/06 15:12:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.4 2009/10/01 22:08:19 nyhm Exp $ MOD_NAME="Defence Alliance 2" MOD_DIR="DA2" @@ -19,8 +19,8 @@ SRC_URI="mirror://liflg/defence.alliance2_${MY_PV}-english.run" # See Help/readme.txt LICENSE="free-noncomm" - -RDEPEND="${CATEGORY}/${GAME}" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" src_unpack() { unpack_makeself |