summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-25 04:53:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-25 04:53:25 +0000
commit7a9264affb3f87b9daca714286121c48b49491fb (patch)
treed5a08354e9afa99cd1b6c147c664c247545c41c1 /eclass/games-q3mod.eclass
parentAdded missing space after ( in DEPEND. (diff)
downloadhistorical-7a9264affb3f87b9daca714286121c48b49491fb.tar.gz
historical-7a9264affb3f87b9daca714286121c48b49491fb.tar.bz2
historical-7a9264affb3f87b9daca714286121c48b49491fb.zip
games-fps/quake3 -> games-fps/quake3-bin
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r--eclass/games-q3mod.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass
index a3d9c50caa79..7dcf65f9f4f1 100644
--- a/eclass/games-q3mod.eclass
+++ b/eclass/games-q3mod.eclass
@@ -1,10 +1,9 @@
# 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.29 2005/09/24 01:08:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.30 2005/10/25 04:53:25 mr_bones_ Exp $
inherit games
-
EXPORT_FUNCTIONS src_install pkg_postinst
DESCRIPTION="Quake III - ${MOD_DESC}"
@@ -14,7 +13,7 @@ KEYWORDS="-* x86 amd64"
IUSE="opengl X dedicated"
DEPEND="app-arch/unzip"
-RDEPEND="games-fps/quake3
+RDEPEND="games-fps/quake3-bin
amd64? ( app-emulation/emul-linux-x86-baselibs
X? ( app-emulation/emul-linux-x86-xlibs ) )
dedicated? ( app-misc/screen )