diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:36:24 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-01 22:36:24 +0000 |
commit | e02a5a438a895f4156774462db83657d335418f3 (patch) | |
tree | 42955c7499d01d4a0ad6291c5cab3588578e3a3f /eclass/games-mods.eclass | |
parent | set IUSE; drop RDEPEND (diff) | |
download | historical-e02a5a438a895f4156774462db83657d335418f3.tar.gz historical-e02a5a438a895f4156774462db83657d335418f3.tar.bz2 historical-e02a5a438a895f4156774462db83657d335418f3.zip |
don't set KEYWORDS or IUSE
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 59585986ee33..66f6a767d5af 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -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/eclass/games-mods.eclass,v 1.28 2009/10/01 19:55:33 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.29 2009/10/01 22:36:24 nyhm Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -89,8 +89,6 @@ esac DESCRIPTION="${GAME_TITLE} ${MOD_NAME} - ${MOD_DESC}" SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="dedicated opengl" RESTRICT="mirror strip" DEPEND="app-arch/unzip" |