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
commit18281b69ba03fb32c8ab5bb5e275cf31be13ed0e (patch)
treead9f9a952d868a9c36996332712241d5155add41 /eclass/games-etmod.eclass
parentmark ~ppc (Bug #123787) (diff)
downloadhistorical-18281b69ba03fb32c8ab5bb5e275cf31be13ed0e.tar.gz
historical-18281b69ba03fb32c8ab5bb5e275cf31be13ed0e.tar.bz2
historical-18281b69ba03fb32c8ab5bb5e275cf31be13ed0e.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 ) )