floppym     15/03/17 02:07:08

  Modified:             grub-2.02_beta2-r6.ebuild grub-9999-r1.ebuild
                        grub-2.02_beta2-r7.ebuild grub-2.02_beta2-r3.ebuild
                        grub-2.00_p5107-r2.ebuild ChangeLog
  Log:
  Append to TARGET_LDFLAGS instead of replacing it.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r6.ebuild?r1=1.5&r2=1.6

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



1.32                 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.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.31&r2=1.32

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



1.9                  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.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.8&r2=1.9

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



1.8                  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.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?r1=1.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- grub-2.02_beta2-r3.ebuild   17 Mar 2015 02:00:07 -0000      1.7
+++ grub-2.02_beta2-r3.ebuild   17 Mar 2015 02:07:08 -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-r3.ebuild,v 
1.7 2015/03/17 02:00:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 
1.8 2015/03/17 02:07:08 floppym Exp $
 
 EAPI=5
 
@@ -237,7 +237,7 @@
        use static && HOST_LDFLAGS+=" -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
-       export TARGET_LDFLAGS=${LDFLAGS}
+       export TARGET_LDFLAGS+=" ${LDFLAGS}"
        unset LDFLAGS
 
        tc-export CC NM OBJCOPY STRIP



1.12                 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.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild?r1=1.11&r2=1.12

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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- grub-2.00_p5107-r2.ebuild   17 Mar 2015 02:00:07 -0000      1.11
+++ grub-2.00_p5107-r2.ebuild   17 Mar 2015 02:07:08 -0000      1.12
@@ -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.11 2015/03/17 02:00:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r2.ebuild,v 
1.12 2015/03/17 02:07:08 floppym Exp $
 
 EAPI=5
 
@@ -222,7 +222,7 @@
        use static && export HOST_LDFLAGS="${HOST_LDFLAGS} -static"
 
        tc-ld-disable-gold #439082 #466536 #526348
-       export TARGET_LDFLAGS=${LDFLAGS}
+       export TARGET_LDFLAGS+=" ${LDFLAGS}"
        unset LDFLAGS
 
        tc-export CC NM OBJCOPY STRIP



1.351                sys-boot/grub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog   17 Mar 2015 02:00:07 -0000      1.350
+++ ChangeLog   17 Mar 2015 02:07:08 -0000      1.351
@@ -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.350 2015/03/17 
02:00:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.351 2015/03/17 
02:07:08 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:
+  Append to TARGET_LDFLAGS instead of replacing it.
 
   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,




Reply via email to