diff options
author | 2006-03-22 18:03:01 +0000 | |
---|---|---|
committer | 2006-03-22 18:03:01 +0000 | |
commit | d8f47ff4f0d9ebcca88e6dabc61ee6ed4cfb6eaa (patch) | |
tree | 3ac6362417e734889bce1b09e8849f514b1256ef /games-fps | |
parent | Tweaked patchset to apply cleanly. (diff) | |
download | gentoo-2-d8f47ff4f0d9ebcca88e6dabc61ee6ed4cfb6eaa.tar.gz gentoo-2-d8f47ff4f0d9ebcca88e6dabc61ee6ed4cfb6eaa.tar.bz2 gentoo-2-d8f47ff4f0d9ebcca88e6dabc61ee6ed4cfb6eaa.zip |
modular X deps
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/anaglyph-stereo-quake/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild | 19 |
2 files changed, 21 insertions, 6 deletions
diff --git a/games-fps/anaglyph-stereo-quake/ChangeLog b/games-fps/anaglyph-stereo-quake/ChangeLog index a44f94fb3aab..233e27dd4dc6 100644 --- a/games-fps/anaglyph-stereo-quake/ChangeLog +++ b/games-fps/anaglyph-stereo-quake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/anaglyph-stereo-quake -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/ChangeLog,v 1.6 2005/09/26 18:02:10 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/ChangeLog,v 1.7 2006/03/22 18:03:01 mr_bones_ Exp $ + + 22 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> + anaglyph-stereo-quake-130100-r1.ebuild: + modular X deps 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> anaglyph-stereo-quake-130100-r1.ebuild: diff --git a/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild b/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild index 4c0095051052..99e273fba91e 100644 --- a/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild +++ b/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.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/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild,v 1.11 2005/11/05 22:33:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild,v 1.12 2006/03/22 18:03:01 mr_bones_ Exp $ inherit eutils games @@ -14,10 +14,21 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="virtual/x11 - virtual/opengl +RDEPEND="virtual/opengl + || ( ( + x11-libs/libXxf86dga + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXxf86vm ) + virtual/x11 ) media-libs/libsdl" DEPEND="${RDEPEND} + || ( ( + x11-proto/xf86dgaproto + x11-proto/xextproto + x11-proto/xf86vidmodeproto + x11-proto/xproto ) + virtual/x11 ) app-arch/unzip" S=${WORKDIR}/WinQuake |