diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-07 20:11:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-07 20:11:26 +0000 |
commit | 6e83c9fb97c5c8f7eab794557934d6cf2f46a66a (patch) | |
tree | 484660e9ac874922355ea8458c4f3dd0f2ad165c /games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | |
parent | Fixing broken RDEPEND and closing bug #88227. (diff) | |
download | gentoo-2-6e83c9fb97c5c8f7eab794557934d6cf2f46a66a.tar.gz gentoo-2-6e83c9fb97c5c8f7eab794557934d6cf2f46a66a.tar.bz2 gentoo-2-6e83c9fb97c5c8f7eab794557934d6cf2f46a66a.zip |
Cleaning up RDEPEND some more.
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild')
-rw-r--r-- | games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild index 035ea0e336ae..4a668ad89cb1 100644 --- a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.2 2005/04/07 20:03:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.3 2005/04/07 20:11:26 wolf31o2 Exp $ inherit eutils games @@ -23,8 +23,11 @@ DEPEND="app-arch/bzip2 # See bug #88227 for more. RDEPEND="virtual/libc opengl? ( virtual/opengl ) - dedicated? ( app-misc/screen ) - amd64? ( app-emulation/emul-linux-x86-xlibs )" + amd64? ( app-emulation/emul-linux-x86-xlibs + || ( >=media-video/nvidia-glx-1.0.6629-r3 + >=media-video/ati-drivers-8.8.25-r1 + app-emulation/emul-linux-x86-nvidia ) ) + dedicated? ( app-misc/screen )" S=${WORKDIR} |