summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-01 22:36:24 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-01 22:36:24 +0000
commit38bd739e1154c22881fdf67e27af0320e8170d0c (patch)
treec0365f474d8386b3cc8610d0fe61b02a79fb08bf /eclass
parentset IUSE; drop RDEPEND (diff)
downloadgentoo-2-38bd739e1154c22881fdf67e27af0320e8170d0c.tar.gz
gentoo-2-38bd739e1154c22881fdf67e27af0320e8170d0c.tar.bz2
gentoo-2-38bd739e1154c22881fdf67e27af0320e8170d0c.zip
don't set KEYWORDS or IUSE
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games-mods.eclass4
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"