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 | 188ae8e5b467326ce3e879685788d4c61d7dbf12 (patch) | |
tree | a96eb62b4423f11e403a87066defcce593fc50db /games-fps/quake3-data | |
parent | Removing games-rpg/nwn from RDEPEND. (diff) | |
download | gentoo-2-188ae8e5b467326ce3e879685788d4c61d7dbf12.tar.gz gentoo-2-188ae8e5b467326ce3e879685788d4c61d7dbf12.tar.bz2 gentoo-2-188ae8e5b467326ce3e879685788d4c61d7dbf12.zip |
Removing quake3/quake3-bin from RDEPEND since one could possibly use the data without either.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-fps/quake3-data')
-rw-r--r-- | games-fps/quake3-data/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/quake3-data/ChangeLog b/games-fps/quake3-data/ChangeLog index 79f92ede6b59..57323fcb1272 100644 --- a/games-fps/quake3-data/ChangeLog +++ b/games-fps/quake3-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-data -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.1 2005/10/25 00:44:36 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.2 2006/01/05 19:36:09 wolf31o2 Exp $ + + 05 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-data-1.32b.ebuild: + Removing quake3/quake3-bin from RDEPEND since one could possibly use the + data without either. *quake3-data-1.32b (24 Oct 2005) 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} |