diff options
author | 2005-12-12 23:08:06 +0000 | |
---|---|---|
committer | 2005-12-12 23:08:06 +0000 | |
commit | 0de56b5567d453125f9a0244c49a01244ee38cab (patch) | |
tree | 731547157167c6e7ae67415d19f30e0300e4873d /games-fps/ut2004-demo/ut2004-demo-3334.ebuild | |
parent | Removing java use flag. (diff) | |
download | gentoo-2-0de56b5567d453125f9a0244c49a01244ee38cab.tar.gz gentoo-2-0de56b5567d453125f9a0244c49a01244ee38cab.tar.bz2 gentoo-2-0de56b5567d453125f9a0244c49a01244ee38cab.zip |
Making libstdc++-v3 dependency no longer amd64-only and making it also met by gcc 3.3, which is a more proper solution.
(Portage version: 2.0.53)
Diffstat (limited to 'games-fps/ut2004-demo/ut2004-demo-3334.ebuild')
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index d2bdbc0cae6e..9f48597f97f1 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.8 2005/11/13 15:37:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.9 2005/12/12 23:08:06 wolf31o2 Exp $ inherit eutils games @@ -17,7 +17,8 @@ KEYWORDS="-* x86 amd64" DEPEND="virtual/opengl" RDEPEND="virtual/opengl - amd64? ( sys-libs/libstdc++-v3 )" + || ( sys-libs/libstdc++-v3 + =sys-devel/gcc-3.3* )" S=${WORKDIR} |