Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-server/nwn-ded: nwn-ded-1.66.ebuild
Date: Sat, 22 Aug 2009 19:08:19
Message-Id: E1Mevwn-0007a2-Ht@stork.gentoo.org
1 ssuominen 09/08/22 19:08:17
2
3 Modified: nwn-ded-1.66.ebuild
4 Log:
5 Fix libstdc++ deps.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-server/nwn-ded/nwn-ded-1.66.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild?r1=1.4&r2=1.5
14
15 Index: nwn-ded-1.66.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.66.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- nwn-ded-1.66.ebuild 20 Feb 2008 07:35:16 -0000 1.4
22 +++ nwn-ded-1.66.ebuild 22 Aug 2009 19:08:17 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 inherit games
30
31 @@ -24,10 +24,7 @@
32 RESTRICT="mirror"
33
34 DEPEND="app-arch/unzip"
35 -RDEPEND="x86? (
36 - || (
37 - =sys-devel/gcc-3.3*
38 - sys-libs/libstdc++-v3 ) )
39 +RDEPEND="x86? ( =virtual/libstdc++-3* )
40 amd64? ( app-emulation/emul-linux-x86-baselibs
41 app-emulation/emul-linux-x86-compat )"