summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-13 18:13:42 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-13 18:13:42 +0000
commit70aa8a20808056922a0bf775f67901388cfa75ed (patch)
tree4d4bd7ce19eb227ab832869cc6970241c7d69cd7 /eclass/games-etmod.eclass
parentNew portage that hopefully has no more issues. (diff)
downloadgentoo-2-70aa8a20808056922a0bf775f67901388cfa75ed.tar.gz
gentoo-2-70aa8a20808056922a0bf775f67901388cfa75ed.tar.bz2
gentoo-2-70aa8a20808056922a0bf775f67901388cfa75ed.zip
migrated from amd64? to emul-linux-x86? dependency.
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 8bd40757dde4..5a43faab4608 100644
--- a/eclass/games-etmod.eclass
+++ b/eclass/games-etmod.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.1 2004/12/10 01:47:27 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.2 2005/01/13 18:13:42 luckyduck Exp $
inherit games
@@ -13,12 +13,12 @@ DESCRIPTION="Enemy Territory - ${MOD_DESC}"
SLOT="0"
KEYWORDS="-* x86 amd64"
-IUSE="opengl dedicated"
+IUSE="opengl dedicated emul-linux-x86"
DEPEND="app-arch/unzip"
RDEPEND="virtual/libc
games-fps/enemy-territory
- amd64? ( app-emulation/emul-linux-x86-baselibs
+ emul-linux-x86? ( app-emulation/emul-linux-x86-baselibs
opengl? ( app-emulation/emul-linux-x86-xlibs ) )
dedicated? ( app-misc/screen )
opengl? ( virtual/opengl )"