diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-22 19:08:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-22 19:08:17 +0000 |
commit | b8688c7c1e6a0166e161404f5e6a7bff6a2aabb0 (patch) | |
tree | c91f20d9da9f6ecf79df0d0ff3b1a11bd9c50428 /games-server | |
parent | Fix libstdc++ deps. (diff) | |
download | gentoo-2-b8688c7c1e6a0166e161404f5e6a7bff6a2aabb0.tar.gz gentoo-2-b8688c7c1e6a0166e161404f5e6a7bff6a2aabb0.tar.bz2 gentoo-2-b8688c7c1e6a0166e161404f5e6a7bff6a2aabb0.zip |
Fix libstdc++ deps.
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/nwn-ded/nwn-ded-1.66.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games-server/nwn-ded/nwn-ded-1.66.ebuild b/games-server/nwn-ded/nwn-ded-1.66.ebuild index ec90544274c4..00e800775fc6 100644 --- a/games-server/nwn-ded/nwn-ded-1.66.ebuild +++ b/games-server/nwn-ded/nwn-ded-1.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild,v 1.4 2008/02/20 07:35:16 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild,v 1.5 2009/08/22 19:08:17 ssuominen Exp $ inherit games @@ -24,10 +24,7 @@ IUSE="" RESTRICT="mirror" DEPEND="app-arch/unzip" -RDEPEND="x86? ( - || ( - =sys-devel/gcc-3.3* - sys-libs/libstdc++-v3 ) ) +RDEPEND="x86? ( =virtual/libstdc++-3* ) amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-compat )" |