summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-28 03:26:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-28 03:26:51 +0000
commit2c878a7cb395b06611607befc87a26a11f2cb894 (patch)
treea716c49092e68bd549dc34d9256aa7901f6f6719 /eclass/games-q3mod.eclass
parentfix db DEPEND #65291 (Manifest recommit) (diff)
downloadgentoo-2-2c878a7cb395b06611607befc87a26a11f2cb894.tar.gz
gentoo-2-2c878a7cb395b06611607befc87a26a11f2cb894.tar.bz2
gentoo-2-2c878a7cb395b06611607befc87a26a11f2cb894.zip
simplify amd64 deps
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r--eclass/games-q3mod.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass
index fe9f7f168b5d..513fe4a39e3e 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.22 2004/06/29 11:26:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.23 2004/09/28 03:26:51 mr_bones_ Exp $
inherit games
@@ -18,8 +18,8 @@ IUSE="opengl X dedicated"
DEPEND="app-arch/unzip"
RDEPEND="virtual/libc
games-fps/quake3
- amd64? ( app-emulation/emul-linux-x86-baselibs )
- amd64? ( X? ( app-emulation/emul-linux-x86-xlibs ) )
+ amd64? ( app-emulation/emul-linux-x86-baselibs
+ X? ( app-emulation/emul-linux-x86-xlibs ) )
dedicated? ( app-misc/screen )
opengl? ( virtual/opengl )
X? ( virtual/x11 )"