diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-13 18:28:04 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-13 18:28:04 +0000 |
commit | 7ff4ac6df7ceedce7f8a953bcaf0f1ee6fcbce1e (patch) | |
tree | 0e6fbbd3bdbc19a0d5291ca98549a356df054097 /eclass/games-etmod.eclass | |
parent | migrated from amd64? to emul-linux-x86? dependency. (diff) | |
download | historical-7ff4ac6df7ceedce7f8a953bcaf0f1ee6fcbce1e.tar.gz historical-7ff4ac6df7ceedce7f8a953bcaf0f1ee6fcbce1e.tar.bz2 historical-7ff4ac6df7ceedce7f8a953bcaf0f1ee6fcbce1e.zip |
changes revoked, for the moment.
Diffstat (limited to 'eclass/games-etmod.eclass')
-rw-r--r-- | eclass/games-etmod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-etmod.eclass b/eclass/games-etmod.eclass index 5a43faab4608..f250bdc2ba2f 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.2 2005/01/13 18:13:42 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.3 2005/01/13 18:28:04 luckyduck Exp $ inherit games @@ -18,7 +18,7 @@ IUSE="opengl dedicated emul-linux-x86" DEPEND="app-arch/unzip" RDEPEND="virtual/libc games-fps/enemy-territory - emul-linux-x86? ( app-emulation/emul-linux-x86-baselibs + amd64? ( app-emulation/emul-linux-x86-baselibs opengl? ( app-emulation/emul-linux-x86-xlibs ) ) dedicated? ( app-misc/screen ) opengl? ( virtual/opengl )" |