diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-13 15:37:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-13 15:37:32 +0000 |
commit | 1f7bd7b9c5d468bcab3b187eb70569de32030f5b (patch) | |
tree | 03b6737292d488b60ac86dab2104565a8b9fcbd4 /games-fps/ut2004-demo/ut2004-demo-3334.ebuild | |
parent | Fixed manpages installation. (diff) | |
download | historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.tar.gz historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.tar.bz2 historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.zip |
Added libstdc++-v3 to RDEPEND and closing bug #112371.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'games-fps/ut2004-demo/ut2004-demo-3334.ebuild')
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 9a380a7dd75a..d2bdbc0cae6e 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.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/ut2004-demo/ut2004-demo-3334.ebuild,v 1.7 2005/10/21 18:01:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.8 2005/11/13 15:37:32 wolf31o2 Exp $ inherit eutils games @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="-* x86 amd64" DEPEND="virtual/opengl" +RDEPEND="virtual/opengl + amd64? ( sys-libs/libstdc++-v3 )" S=${WORKDIR} |