summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-02-04 02:55:23 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-02-04 02:55:23 +0000
commit091f5db97938f207c0ac1e7cea235d421c85633a (patch)
treec113f5d3de8d5af853a888fd92dc00bddd9cb757 /sys-devel/binutils-apple
parentAdd themes use flag to control starfield generation. (diff)
downloadgentoo-2-091f5db97938f207c0ac1e7cea235d421c85633a.tar.gz
gentoo-2-091f5db97938f207c0ac1e7cea235d421c85633a.tar.bz2
gentoo-2-091f5db97938f207c0ac1e7cea235d421c85633a.zip
Move test deps to DEPEND again
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel/binutils-apple')
-rw-r--r--sys-devel/binutils-apple/ChangeLog6
-rw-r--r--sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild6
-rw-r--r--sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog
index 115df792b8eb..d82222780fca 100644
--- a/sys-devel/binutils-apple/ChangeLog
+++ b/sys-devel/binutils-apple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/binutils-apple
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.39 2015/02/03 21:12:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.40 2015/02/04 02:55:23 patrick Exp $
+
+ 04 Feb 2015; Patrick Lauer <patrick@gentoo.org> binutils-apple-4.2-r1.ebuild,
+ binutils-apple-4.3-r1.ebuild:
+ Move test deps to DEPEND again
*binutils-apple-4.2-r1 (03 Feb 2015)
*binutils-apple-4.3-r1 (03 Feb 2015)
diff --git a/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild
index 1899490175de..28f9f505e661 100644
--- a/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v 1.1 2015/02/03 21:12:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v 1.2 2015/02/04 02:55:23 patrick Exp $
EAPI="3"
@@ -26,9 +26,9 @@ KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
IUSE="lto test"
RDEPEND="sys-devel/binutils-config
- lto? ( sys-devel/llvm )
- test? ( >=dev-lang/perl-5.8.8 )"
+ lto? ( sys-devel/llvm )"
DEPEND="${RDEPEND}
+ test? ( >=dev-lang/perl-5.8.8 )
|| ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )"
export CTARGET=${CTARGET:-${CHOST}}
diff --git a/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild
index 72dd89a76d2f..616504949029 100644
--- a/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v 1.1 2015/02/03 21:12:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v 1.2 2015/02/04 02:55:23 patrick Exp $
EAPI="3"
@@ -26,9 +26,9 @@ KEYWORDS="~x64-macos ~x86-macos"
IUSE="lto test"
RDEPEND="sys-devel/binutils-config
- lto? ( sys-devel/llvm )
- test? ( >=dev-lang/perl-5.8.8 )"
+ lto? ( sys-devel/llvm )"
DEPEND="${RDEPEND}
+ test? ( >=dev-lang/perl-5.8.8 )
|| ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )"
export CTARGET=${CTARGET:-${CHOST}}