diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-23 19:35:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-23 19:35:18 +0000 |
commit | dc5e50868b931e238df62a50dbbd19576727938f (patch) | |
tree | c974b164c259fa81593b519691f1e9600c363932 /eclass | |
parent | Fixed invalid atoms in *DEPEND. (diff) | |
download | historical-dc5e50868b931e238df62a50dbbd19576727938f.tar.gz historical-dc5e50868b931e238df62a50dbbd19576727938f.tar.bz2 historical-dc5e50868b931e238df62a50dbbd19576727938f.zip |
Added RESTRICT=strip.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-etmod.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/games-etmod.eclass b/eclass/games-etmod.eclass index bff4ad722fdf..ba7e8a2721c3 100644 --- a/eclass/games-etmod.eclass +++ b/eclass/games-etmod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.5 2005/02/23 21:29:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.6 2005/06/23 19:35:18 wolf31o2 Exp $ inherit games @@ -13,6 +13,7 @@ DESCRIPTION="Enemy Territory - ${MOD_DESC}" SLOT="0" KEYWORDS="-* amd64 x86" +RESTRICT="strip" IUSE="opengl dedicated" DEPEND="app-arch/unzip" |