diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-22 23:52:32 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-22 23:52:32 +0000 |
commit | efdcf9ed9fd111987848b553c34a0f2db2a8862f (patch) | |
tree | 60ce160095561446d401740f23dc6d1fb187154c /eclass | |
parent | now part of etox (diff) | |
download | gentoo-2-efdcf9ed9fd111987848b553c34a0f2db2a8862f.tar.gz gentoo-2-efdcf9ed9fd111987848b553c34a0f2db2a8862f.tar.bz2 gentoo-2-efdcf9ed9fd111987848b553c34a0f2db2a8862f.zip |
Added amd64 to KEYWORDS. Added RDEPENDS for amd64
(app-emulation/emul-linux-x86-{base,x}libs).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index e4b47202e47b..5547b395df42 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.19 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.20 2004/05/22 23:52:32 kugelfang Exp $ inherit games @@ -12,12 +12,14 @@ EXPORT_FUNCTIONS src_install pkg_postinst DESCRIPTION="Quake III - ${MOD_DESC}" SLOT="0" -KEYWORDS="-* x86" +KEYWORDS="-* x86 amd64" IUSE="opengl X dedicated" DEPEND="app-arch/unzip" RDEPEND="virtual/glibc games-fps/quake3 + amd64? ( app-emulation/emul-linux-x86-baselibs ) + amd64? ( X? ( app-emulation/emul-linux-x86-xlibs ) ) dedicated? ( app-misc/screen ) opengl? ( virtual/opengl ) X? ( virtual/x11 )" |