diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-05-02 14:37:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-05-02 14:37:45 +0000 |
commit | d26ab26dc9a5df859a87fc2a1bf5e7e9e90f04e9 (patch) | |
tree | 17ceccae4de106fcf97227c922cbcb600d6cd113 /sys-devel | |
parent | Mask net-misc/asterisk-app_nv_faxdetect for removal at end of month. (diff) | |
download | gentoo-2-d26ab26dc9a5df859a87fc2a1bf5e7e9e90f04e9.tar.gz gentoo-2-d26ab26dc9a5df859a87fc2a1bf5e7e9e90f04e9.tar.bz2 gentoo-2-d26ab26dc9a5df859a87fc2a1bf5e7e9e90f04e9.zip |
ld64-95 (as in binutils-apple-3.2-r1) needs gcc-apple-4.2.1 to be compiled, add proper dependency, bug #314461
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-apple/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog index 4aa051cc403e..5ff66abbbb07 100644 --- a/sys-devel/binutils-apple/ChangeLog +++ b/sys-devel/binutils-apple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-apple # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.10 2010/03/24 19:34:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.11 2010/05/02 14:37:45 grobian Exp $ + + 02 May 2010; Fabian Groffen <grobian@gentoo.org> + binutils-apple-3.2-r1.ebuild: + ld64-95 (as in binutils-apple-3.2-r1) needs gcc-apple-4.2.1 to be + compiled, add proper dependency, bug #314461 24 Mar 2010; Fabian Groffen <grobian@gentoo.org> binutils-apple-3.2-r1.ebuild: diff --git a/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild index 94147b31e993..1f916b2556b3 100644 --- a/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI="3" @@ -24,9 +24,10 @@ KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" IUSE="test" SLOT="0" -DEPEND="sys-devel/binutils-config +RDEPEND="sys-devel/binutils-config test? ( >=dev-lang/perl-5.8.8 )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + >=sys-devel/gcc-apple-4.2.1" export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then |