summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-23 03:48:13 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-23 03:48:13 +0000
commitab3e34666f8c5af3f0a0778ab06a03dffb1f835d (patch)
tree755428e139c84abbf11c8a3a5b5b42ef93c5efdc /eclass/games-q3mod.eclass
parentNew version (diff)
downloadhistorical-ab3e34666f8c5af3f0a0778ab06a03dffb1f835d.tar.gz
historical-ab3e34666f8c5af3f0a0778ab06a03dffb1f835d.tar.bz2
historical-ab3e34666f8c5af3f0a0778ab06a03dffb1f835d.zip
new depend system
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 55b6d57464a2..863d39a9868c 100644
--- a/eclass/games-q3mod.eclass
+++ b/eclass/games-q3mod.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.9 2003/07/18 18:45:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.10 2003/07/23 03:48:13 vapier Exp $
inherit games
@@ -15,8 +15,8 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE="opengl X dedicated"
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/glibc
+newdepend "app-arch/unzip"
+newrdepend "virtual/glibc
app-games/quake3
dedicated? ( app-misc/screen )
opengl? ( virtual/opengl )