diff options
author | 2006-01-13 15:10:17 +0000 | |
---|---|---|
committer | 2006-01-13 15:10:17 +0000 | |
commit | 388111318a5b7370f8302ef60ad59fedfb880066 (patch) | |
tree | 58c842dee4331f239e9ad669029ee52a42f4886b /eclass/games-q3mod.eclass | |
parent | Version bump upstream (diff) | |
download | historical-388111318a5b7370f8302ef60ad59fedfb880066.tar.gz historical-388111318a5b7370f8302ef60ad59fedfb880066.tar.bz2 historical-388111318a5b7370f8302ef60ad59fedfb880066.zip |
Removed opengl and X from IUSE/*DEPEND since they weren't used in the eclass anywhere. All of the X dependencies are in the quake3/quake3-bin ebuilds anyway.
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 3462f66dabbe..223f292c33ba 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.32 2006/01/06 16:28:27 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.33 2006/01/13 15:10:17 wolf31o2 Exp $ inherit games @@ -10,15 +10,12 @@ DESCRIPTION="Quake III - ${MOD_DESC}" SLOT="0" KEYWORDS="-* amd64 ~ppc x86" -IUSE="opengl X dedicated" +IUSE="dedicated" DEPEND="app-arch/unzip" RDEPEND="|| ( games-fps/quake3 games-fps/quake3-bin ) - amd64? ( app-emulation/emul-linux-x86-baselibs - X? ( app-emulation/emul-linux-x86-xlibs ) ) - dedicated? ( app-misc/screen ) - opengl? ( virtual/opengl ) - X? ( virtual/x11 )" + amd64? ( app-emulation/emul-linux-x86-baselibs ) + dedicated? ( app-misc/screen )" S=${WORKDIR} |