summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 00:59:29 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 00:59:29 +0000
commit22f8362025f22a075407ba01eb1421bcf8fb2fba (patch)
tree1e69e1bce285be9657694cf9bcd670f990b32b25 /eclass/games-etmod.eclass
parentmark ~ppc (Bug #123787) (diff)
downloadgentoo-2-22f8362025f22a075407ba01eb1421bcf8fb2fba.tar.gz
gentoo-2-22f8362025f22a075407ba01eb1421bcf8fb2fba.tar.bz2
gentoo-2-22f8362025f22a075407ba01eb1421bcf8fb2fba.zip
Changed strip to nostrip and changed virtua;/libc to sys-libs/glibc.
Diffstat (limited to 'eclass/games-etmod.eclass')
-rw-r--r--eclass/games-etmod.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-etmod.eclass b/eclass/games-etmod.eclass
index d340865506fa..5a200d725c88 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.9 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.10 2006/03/24 00:59:29 wolf31o2 Exp $
inherit games
@@ -11,11 +11,11 @@ DESCRIPTION="Enemy Territory - ${MOD_DESC}"
SLOT="0"
KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
+RESTRICT="nostrip"
IUSE="opengl dedicated"
DEPEND="app-arch/unzip"
-RDEPEND="virtual/libc
+RDEPEND="sys-libs/glibc
games-fps/enemy-territory
amd64? ( app-emulation/emul-linux-x86-baselibs
opengl? ( app-emulation/emul-linux-x86-xlibs ) )