diff options
author | 2005-01-13 18:13:42 +0000 | |
---|---|---|
committer | 2005-01-13 18:13:42 +0000 | |
commit | 0b6900c98785a93e714deea3d0d0851a27a9fefe (patch) | |
tree | 52a9e24ab9dd0391ec3470db4027412871892c4b /eclass/games-q3mod.eclass | |
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.
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |