diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-18 02:54:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-18 02:54:48 +0000 |
commit | 73946b5311ce9203f6129196ae045b7b4f740d83 (patch) | |
tree | b64abf59390967ab3c8efaa12385e46dad892a18 /games-fps | |
parent | stable on ppc64, bug #57744 (Manifest recommit) (diff) | |
download | gentoo-2-73946b5311ce9203f6129196ae045b7b4f740d83.tar.gz gentoo-2-73946b5311ce9203f6129196ae045b7b4f740d83.tar.bz2 gentoo-2-73946b5311ce9203f6129196ae045b7b4f740d83.zip |
it's data. no need to DEPEND on x11 (bug #63062)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake2-data/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/quake2-data/ChangeLog b/games-fps/quake2-data/ChangeLog index cb1990e07a8e..e066f6093883 100644 --- a/games-fps/quake2-data/ChangeLog +++ b/games-fps/quake2-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-data # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/ChangeLog,v 1.4 2004/06/24 22:43:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/ChangeLog,v 1.5 2004/09/18 02:54:48 mr_bones_ Exp $ + + 17 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> + quake2-data-3.20.ebuild: + it's data. no need to DEPEND on x11 (bug #63062) 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> quake2-data-3.20.ebuild: Fix use invocation diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index 22cc5348e4fc..8c0a9a12283b 100644 --- a/games-fps/quake2-data/quake2-data-3.20.ebuild +++ b/games-fps/quake2-data/quake2-data-3.20.ebuild @@ -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/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.9 2004/06/24 22:43:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.10 2004/09/18 02:54:48 mr_bones_ Exp $ inherit games eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="videos" -DEPEND="app-arch/unzip - virtual/x11" +DEPEND="app-arch/unzip" +RDEPEND="" S=${WORKDIR} |