patrick     15/02/04 02:55:23

  Modified:             binutils-apple-4.2-r1.ebuild
                        binutils-apple-4.3-r1.ebuild ChangeLog
  Log:
  Move test deps to DEPEND again
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?r1=1.1&r2=1.2

Index: binutils-apple-4.2-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binutils-apple-4.2-r1.ebuild        3 Feb 2015 21:12:23 -0000       1.1
+++ binutils-apple-4.2-r1.ebuild        4 Feb 2015 02:55:23 -0000       1.2
@@ -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 @@
 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}}



1.2                  sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?r1=1.1&r2=1.2

Index: binutils-apple-4.3-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binutils-apple-4.3-r1.ebuild        3 Feb 2015 21:12:23 -0000       1.1
+++ binutils-apple-4.3-r1.ebuild        4 Feb 2015 02:55:23 -0000       1.2
@@ -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 @@
 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}}



1.40                 sys-devel/binutils-apple/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   3 Feb 2015 21:12:23 -0000       1.39
+++ ChangeLog   4 Feb 2015 02:55:23 -0000       1.40
@@ -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 <[email protected]> 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)




Reply via email to