diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:25:40 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:25:40 +0000 |
commit | 09653ac0f32fb8b1f9315abff0b56b23d6be1aab (patch) | |
tree | f70a7d9f0dd062c6c44059780d0814f7ff171873 /games-fps/ut2004-cor | |
parent | rm (diff) | |
download | historical-09653ac0f32fb8b1f9315abff0b56b23d6be1aab.tar.gz historical-09653ac0f32fb8b1f9315abff0b56b23d6be1aab.tar.bz2 historical-09653ac0f32fb8b1f9315abff0b56b23d6be1aab.zip |
set IUSE; drop RDEPEND
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'games-fps/ut2004-cor')
-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" |