diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 20:54:34 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 20:54:34 +0000 |
commit | 85580ba3dd7cbb611b947d4a3483ccdc3a070f63 (patch) | |
tree | d7c876db6e8776963e44dac37f9d0f0b2082cfd9 /games-fps/doom3-inhell | |
parent | Stable on alpha, bug #285475 (diff) | |
download | gentoo-2-85580ba3dd7cbb611b947d4a3483ccdc3a070f63.tar.gz gentoo-2-85580ba3dd7cbb611b947d4a3483ccdc3a070f63.tar.bz2 gentoo-2-85580ba3dd7cbb611b947d4a3483ccdc3a070f63.zip |
set KEYWORDS, IUSE; drop RDEPEND
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/doom3-inhell')
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild index 5f3a6ac9af0c..be402d6eb9df 100644 --- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.3 2009/07/13 17:04:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.4 2009/10/01 20:54:34 nyhm Exp $ MOD_DESC="Ultimate Doom-inspired levels for Doom 3" MOD_NAME="In Hell" @@ -14,8 +14,8 @@ HOMEPAGE="http://www.doomerland.de.vu/" SRC_URI="ftp://ftp.dvo.ru/pub/distfiles/in_hell_v${MY_PV}.zip" LICENSE="as-is" - -RDEPEND="games-fps/doom3" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" S=${WORKDIR} |