diff options
author | 2005-01-13 18:13:42 +0000 | |
---|---|---|
committer | 2005-01-13 18:13:42 +0000 | |
commit | 0b6900c98785a93e714deea3d0d0851a27a9fefe (patch) | |
tree | 52a9e24ab9dd0391ec3470db4027412871892c4b | |
parent | New portage that hopefully has no more issues. (diff) | |
download | historical-0b6900c98785a93e714deea3d0d0851a27a9fefe.tar.gz historical-0b6900c98785a93e714deea3d0d0851a27a9fefe.tar.bz2 historical-0b6900c98785a93e714deea3d0d0851a27a9fefe.zip |
migrated from amd64? to emul-linux-x86? dependency.
-rw-r--r-- | eclass/games-etmod.eclass | 6 | ||||
-rw-r--r-- | eclass/games-q3mod.eclass | 6 |
2 files changed, 6 insertions, 6 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 )" diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 513fe4a39e3e..69b0848f7777 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.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-q3mod.eclass,v 1.23 2004/09/28 03:26:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.24 2005/01/13 18:10:52 luckyduck Exp $ inherit games @@ -13,12 +13,12 @@ DESCRIPTION="Quake III - ${MOD_DESC}" SLOT="0" KEYWORDS="-* x86 amd64" -IUSE="opengl X dedicated" +IUSE="opengl X dedicated emul-linux-x86" DEPEND="app-arch/unzip" RDEPEND="virtual/libc games-fps/quake3 - amd64? ( app-emulation/emul-linux-x86-baselibs + emul-linux-x86? ( app-emulation/emul-linux-x86-baselibs X? ( app-emulation/emul-linux-x86-xlibs ) ) dedicated? ( app-misc/screen ) opengl? ( virtual/opengl ) |