diff options
author | 2007-12-25 22:28:48 +0000 | |
---|---|---|
committer | 2007-12-25 22:28:48 +0000 | |
commit | e323148fb708ecfeafffa96790f7d90bf2f4fba9 (patch) | |
tree | 90740aee366444577cc2829b7f2340002badf7b8 /games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | |
parent | - date fix (diff) | |
download | gentoo-2-e323148fb708ecfeafffa96790f7d90bf2f4fba9.tar.gz gentoo-2-e323148fb708ecfeafffa96790f7d90bf2f4fba9.tar.bz2 gentoo-2-e323148fb708ecfeafffa96790f7d90bf2f4fba9.zip |
- binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND
(Portage version: 2.1.3.9)
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 | 3 |
1 files changed, 2 insertions, 1 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 ef3e54749e47..f3098cfd97ed 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-2007 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.20 2007/08/01 06:04:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.21 2007/12/25 22:28:48 solar Exp $ inherit eutils games @@ -20,6 +20,7 @@ QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/*" # Do not remove the amd64 dep unless you are POSITIVE that it is not necessary. # See bug #88227 for more. RDEPEND="opengl? ( virtual/opengl ) + sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs || ( >=app-emulation/emul-linux-x86-xlibs-7.0 |