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/quake2-data/quake2-data-3.20.ebuild | |
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/quake2-data/quake2-data-3.20.ebuild')
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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} |