diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-05 19:36:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-05 19:36:09 +0000 |
commit | b63ecf2c2da32039df3d72e45d84a46e7d20000c (patch) | |
tree | 2a5819f7c8bce1a47f89a3422504e89f5020b3e7 /games-fps/quake3-data/quake3-data-1.32b.ebuild | |
parent | Removing games-rpg/nwn from RDEPEND. (diff) | |
download | historical-b63ecf2c2da32039df3d72e45d84a46e7d20000c.tar.gz historical-b63ecf2c2da32039df3d72e45d84a46e7d20000c.tar.bz2 historical-b63ecf2c2da32039df3d72e45d84a46e7d20000c.zip |
Removing quake3/quake3-bin from RDEPEND since one could possibly use the data without either.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-fps/quake3-data/quake3-data-1.32b.ebuild')
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index e835d4521f0b..666fb0714fb9 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-1.32b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.4 2005/10/27 07:39:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.5 2006/01/05 19:36:09 wolf31o2 Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="cdinstall" -RDEPEND="|| ( games-fps/quake3 games-fps/quake3-bin )" +RDEPEND="" S=${WORKDIR} |