floppym     15/03/17 02:00:07

  Modified:             grub-2.02_beta2-r7.ebuild grub-2.02_beta2-r3.ebuild
                        grub-2.00_p5107-r2.ebuild grub-2.02_beta2-r6.ebuild
                        grub-9999-r1.ebuild ChangeLog
  Log:
  We need to set TARGET_LDFLAGS, not LDFLAGS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.8                  sys-boot/grub/grub-2.02_beta2-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.7&r2=1.8

Index: grub-2.02_beta2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- grub-2.02_beta2-r7.ebuild   16 Mar 2015 21:39:48 -0000      1.7
+++ grub-2.02_beta2-r7.ebuild   17 Mar 2015 02:00:07 -0000      1.8
@@ -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-boot/grub/grub-2.02_beta2-r7.ebuild,v 
1.7 2015/03/16 21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 
1.8 2015/03/17 02:00:07 floppym Exp $
 
 EAPI=5
 
@@ -245,6 +245,9 @@
        use static && HOST_LDFLAGS+=" -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
+       export TARGET_LDFLAGS=${LDFLAGS}
+       unset LDFLAGS
+
        tc-export CC NM OBJCOPY STRIP
        export TARGET_CC=${TARGET_CC:-${CC}}
        tc-export BUILD_CC # Bug 485592



1.7                  sys-boot/grub/grub-2.02_beta2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?r1=1.6&r2=1.7

Index: grub-2.02_beta2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grub-2.02_beta2-r3.ebuild   16 Mar 2015 21:39:48 -0000      1.6
+++ grub-2.02_beta2-r3.ebuild   17 Mar 2015 02:00:07 -0000      1.7
@@ -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-boot/grub/grub-2.02_beta2-r3.ebuild,v 
1.6 2015/03/16 21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 
1.7 2015/03/17 02:00:07 floppym Exp $
 
 EAPI=5
 
@@ -237,6 +237,9 @@
        use static && HOST_LDFLAGS+=" -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
+       export TARGET_LDFLAGS=${LDFLAGS}
+       unset LDFLAGS
+
        tc-export CC NM OBJCOPY STRIP
        export TARGET_CC=${TARGET_CC:-${CC}}
        tc-export BUILD_CC # Bug 485592



1.11                 sys-boot/grub/grub-2.00_p5107-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild?r1=1.10&r2=1.11

Index: grub-2.00_p5107-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- grub-2.00_p5107-r2.ebuild   16 Mar 2015 21:39:48 -0000      1.10
+++ grub-2.00_p5107-r2.ebuild   17 Mar 2015 02:00:07 -0000      1.11
@@ -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-boot/grub/grub-2.00_p5107-r2.ebuild,v 
1.10 2015/03/16 21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild,v 
1.11 2015/03/17 02:00:07 floppym Exp $
 
 EAPI=5
 
@@ -222,6 +222,9 @@
        use static && export HOST_LDFLAGS="${HOST_LDFLAGS} -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
+       export TARGET_LDFLAGS=${LDFLAGS}
+       unset LDFLAGS
+
        tc-export CC NM OBJCOPY STRIP
        export TARGET_CC=${TARGET_CC:-${CC}}
        tc-export BUILD_CC # Bug 485592



1.5                  sys-boot/grub/grub-2.02_beta2-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild?r1=1.4&r2=1.5

Index: grub-2.02_beta2-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grub-2.02_beta2-r6.ebuild   16 Mar 2015 21:39:48 -0000      1.4
+++ grub-2.02_beta2-r6.ebuild   17 Mar 2015 02:00:07 -0000      1.5
@@ -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-boot/grub/grub-2.02_beta2-r6.ebuild,v 
1.4 2015/03/16 21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild,v 
1.5 2015/03/17 02:00:07 floppym Exp $
 
 EAPI=5
 
@@ -237,6 +237,9 @@
        use static && HOST_LDFLAGS+=" -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
+       export TARGET_LDFLAGS=${LDFLAGS}
+       unset LDFLAGS
+
        tc-export CC NM OBJCOPY STRIP
        export TARGET_CC=${TARGET_CC:-${CC}}
        tc-export BUILD_CC # Bug 485592



1.31                 sys-boot/grub/grub-9999-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.30&r2=1.31

Index: grub-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- grub-9999-r1.ebuild 16 Mar 2015 21:39:48 -0000      1.30
+++ grub-9999-r1.ebuild 17 Mar 2015 02:00:07 -0000      1.31
@@ -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-boot/grub/grub-9999-r1.ebuild,v 1.30 
2015/03/16 21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.31 
2015/03/17 02:00:07 floppym Exp $
 
 EAPI=5
 
@@ -245,6 +245,9 @@
        use static && HOST_LDFLAGS+=" -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
+       export TARGET_LDFLAGS=${LDFLAGS}
+       unset LDFLAGS
+
        tc-export CC NM OBJCOPY STRIP
        export TARGET_CC=${TARGET_CC:-${CC}}
        tc-export BUILD_CC # Bug 485592



1.350                sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.350&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.350&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.349&r2=1.350

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog   16 Mar 2015 21:39:48 -0000      1.349
+++ ChangeLog   17 Mar 2015 02:00:07 -0000      1.350
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.349 2015/03/16 
21:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.350 2015/03/17 
02:00:07 floppym Exp $
+
+  17 Mar 2015; Mike Gilbert <[email protected]> grub-2.00_p5107-r2.ebuild,
+  grub-2.02_beta2-r3.ebuild, grub-2.02_beta2-r6.ebuild,
+  grub-2.02_beta2-r7.ebuild, grub-9999-r1.ebuild:
+  We need to set TARGET_LDFLAGS, not LDFLAGS.
 
   16 Mar 2015; Mike Frysinger <[email protected]> grub-0.97-r14.ebuild,
   grub-2.00_p5107-r2.ebuild, grub-2.02_beta2-r3.ebuild,




Reply via email to