diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:20:58 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 22:20:58 +0000 |
commit | 5513784b4da3e9b31e7167f2eb2d6d4eb0e7934e (patch) | |
tree | 84dc5bf13c48098c2407550b5d7ef9430d46138c /games-fps | |
parent | set IUSE; drop RDEPEND (diff) | |
download | gentoo-2-5513784b4da3e9b31e7167f2eb2d6d4eb0e7934e.tar.gz gentoo-2-5513784b4da3e9b31e7167f2eb2d6d4eb0e7934e.tar.bz2 gentoo-2-5513784b4da3e9b31e7167f2eb2d6d4eb0e7934e.zip |
set IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-cor/ut2004-cor-1.01.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-fps/ut2004-cor/ut2004-cor-1.01.ebuild b/games-fps/ut2004-cor/ut2004-cor-1.01.ebuild index 1f893b50e4f2..11ea6e1f00eb 100644 --- a/games-fps/ut2004-cor/ut2004-cor-1.01.ebuild +++ b/games-fps/ut2004-cor/ut2004-cor-1.01.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-cor/ut2004-cor-1.01.ebuild,v 1.1 2007/01/10 23:30:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ut2004-cor-1.01.ebuild,v 1.2 2009/10/01 22:20:58 nyhm Exp $ MOD_DESC="Shape-shifting robot teamplay mod" MOD_NAME="Counter Organic Revolution" @@ -14,7 +14,5 @@ HOMEPAGE="http://www.corproject.com/" SRC_URI="mirror://liflg/cor_beta${PV}-english.run" LICENSE="freedist" - KEYWORDS="~amd64 ~x86" - -RDEPEND="${CATEGORY}/${GAME}" +IUSE="dedicated opengl" |