vapier      15/05/14 16:47:01

  Modified:             gcc-3.4.6-r2.ebuild gcc-3.3.6-r1.ebuild ChangeLog
  Log:
  Drop residual USE=build references #549310 by Bertrand Jacquin.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.42                 sys-devel/gcc/gcc-3.4.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?r1=1.41&r2=1.42

Index: gcc-3.4.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gcc-3.4.6-r2.ebuild 5 May 2015 06:53:03 -0000       1.41
+++ gcc-3.4.6-r2.ebuild 14 May 2015 16:47:01 -0000      1.42
@@ -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/gcc/gcc-3.4.6-r2.ebuild,v 1.41 
2015/05/05 06:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.42 
2015/05/14 16:47:01 vapier Exp $
 
 EAPI="5"
 
@@ -30,7 +30,7 @@
        # Anything useful and objc will require libffi. Seriously. Lets just 
force
        # libffi to install with USE="objc", even though it normally only 
installs
        # if you attempt to build gcj.
-       if ! use build && use objc && ! use gcj ; then
+       if use objc && ! use gcj ; then
                epatch "${FILESDIR}"/3.4.3/libffi-without-libgcj.patch
                #epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch
        fi



1.30                 sys-devel/gcc/gcc-3.3.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?r1=1.29&r2=1.30

Index: gcc-3.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gcc-3.3.6-r1.ebuild 5 May 2015 06:53:03 -0000       1.29
+++ gcc-3.3.6-r1.ebuild 14 May 2015 16:47:01 -0000      1.30
@@ -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/gcc/gcc-3.3.6-r1.ebuild,v 1.29 
2015/05/05 06:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.30 
2015/05/14 16:47:01 vapier Exp $
 
 EAPI="5"
 
@@ -31,7 +31,7 @@
        # Anything useful and objc will require libffi. Seriously. Lets just 
force
        # libffi to install with USE="objc", even though it normally only 
installs
        # if you attempt to build gcj.
-       if ! use build && use objc && ! use gcj ; then
+       if use objc && ! use gcj ; then
                epatch "${FILESDIR}"/3.3.4/libffi-without-libgcj.patch
                #epatch "${FILESDIR}"/3.4.3/libffi-nogcj-lib-path-fix.patch
        fi



1.1076               sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1075
retrieving revision 1.1076
diff -u -r1.1075 -r1.1076
--- ChangeLog   13 May 2015 09:39:25 -0000      1.1075
+++ ChangeLog   14 May 2015 16:47:01 -0000      1.1076
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1075 2015/05/13 
09:39:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1076 2015/05/14 
16:47:01 vapier Exp $
+
+  14 May 2015; Mike Frysinger <vap...@gentoo.org> gcc-3.3.6-r1.ebuild,
+  gcc-3.4.6-r2.ebuild:
+  Drop residual USE=build references #549310 by Bertrand Jacquin.
 
   13 May 2015; Agostino Sarubbo <a...@gentoo.org> gcc-4.7.4.ebuild:
   Stable for x86, wrt bug #548802




Reply via email to