Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple: ChangeLog binutils-apple-3.2-r1.ebuild
Date: Sun, 02 May 2010 14:37:51
Message-Id: 20100502143745.DCD432C22B@corvid.gentoo.org
1 grobian 10/05/02 14:37:45
2
3 Modified: ChangeLog binutils-apple-3.2-r1.ebuild
4 Log:
5 ld64-95 (as in binutils-apple-3.2-r1) needs gcc-apple-4.2.1 to be compiled, add proper dependency, bug #314461
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.11 sys-devel/binutils-apple/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 24 Mar 2010 19:34:04 -0000 1.10
22 +++ ChangeLog 2 May 2010 14:37:45 -0000 1.11
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-devel/binutils-apple
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.10 2010/03/24 19:34:04 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.11 2010/05/02 14:37:45 grobian Exp $
28 +
29 + 02 May 2010; Fabian Groffen <grobian@g.o>
30 + binutils-apple-3.2-r1.ebuild:
31 + ld64-95 (as in binutils-apple-3.2-r1) needs gcc-apple-4.2.1 to be
32 + compiled, add proper dependency, bug #314461
33
34 24 Mar 2010; Fabian Groffen <grobian@g.o>
35 binutils-apple-3.2-r1.ebuild:
36
37
38
39 1.4 sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: binutils-apple-3.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- binutils-apple-3.2-r1.ebuild 24 Mar 2010 19:34:04 -0000 1.3
52 +++ binutils-apple-3.2-r1.ebuild 2 May 2010 14:37:45 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild,v 1.3 2010/03/24 19:34:04 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild,v 1.4 2010/05/02 14:37:45 grobian Exp $
58
59 EAPI="3"
60
61 @@ -24,9 +24,10 @@
62 IUSE="test"
63 SLOT="0"
64
65 -DEPEND="sys-devel/binutils-config
66 +RDEPEND="sys-devel/binutils-config
67 test? ( >=dev-lang/perl-5.8.8 )"
68 -RDEPEND="${DEPEND}"
69 +DEPEND="${RDEPEND}
70 + >=sys-devel/gcc-apple-4.2.1"
71
72 export CTARGET=${CTARGET:-${CHOST}}
73 if [[ ${CTARGET} == ${CHOST} ]] ; then