diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 03:26:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 03:26:51 +0000 |
commit | 9c74830b7c193fe8ea86a15017205e62d5b28413 (patch) | |
tree | 50a7744a2a3e97c50a50412332ce6ed6d6603739 /eclass/games-q3mod.eclass | |
parent | fix db DEPEND #65291 (diff) | |
download | historical-9c74830b7c193fe8ea86a15017205e62d5b28413.tar.gz historical-9c74830b7c193fe8ea86a15017205e62d5b28413.tar.bz2 historical-9c74830b7c193fe8ea86a15017205e62d5b28413.zip |
simplify amd64 deps
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 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 )" |