diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-07 20:03:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-07 20:03:04 +0000 |
commit | c56ce7913f2f1423975f8cbfe89b0d8ba1526709 (patch) | |
tree | 39b996cd57e351afcfd36533f8167644ea579577 /games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | |
parent | Version bump, bug #87964. Marked 0.62 stable on x86. (diff) | |
download | gentoo-2-c56ce7913f2f1423975f8cbfe89b0d8ba1526709.tar.gz gentoo-2-c56ce7913f2f1423975f8cbfe89b0d8ba1526709.tar.bz2 gentoo-2-c56ce7913f2f1423975f8cbfe89b0d8ba1526709.zip |
Fixing broken RDEPEND and closing bug #88227.
(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 | 12 |
1 files changed, 8 insertions, 4 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 3fb7a6af4803..035ea0e336ae 100644 --- a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.1 2004/12/04 14:27:51 wolf31o2 Exp $ +# $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 $ -inherit games eutils +inherit eutils games DESCRIPTION="Doom III - 3rd installment of the classic id 3D first-person shooter" HOMEPAGE="http://www.doom3.com/" @@ -18,9 +18,13 @@ RESTRICT="nostrip nomirror" DEPEND="app-arch/bzip2 app-arch/tar" + +# Do not remove the amd64 dep unless you are POSITIVE that it is not necessary. +# See bug #88227 for more. RDEPEND="virtual/libc opengl? ( virtual/opengl ) - dedicated? ( app-misc/screen )" + dedicated? ( app-misc/screen ) + amd64? ( app-emulation/emul-linux-x86-xlibs )" S=${WORKDIR} |