public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-2.00_p5107-r1.ebuild grub-9999.ebuild ChangeLog
Date: Sat, 21 Sep 2013 17:41:28 +0000 (UTC)	[thread overview]
Message-ID: <20130921174128.315F12004C@flycatcher.gentoo.org> (raw)

floppym     13/09/21 17:41:28

  Modified:             grub-2.00_p5107-r1.ebuild grub-9999.ebuild
                        ChangeLog
  Log:
  Export BUILD_CC before calling configure, bug 486592 by ago.
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-boot/grub/grub-2.00_p5107-r1.ebuild

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

Index: grub-2.00_p5107-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub-2.00_p5107-r1.ebuild	7 Sep 2013 23:01:12 -0000	1.1
+++ grub-2.00_p5107-r1.ebuild	21 Sep 2013 17:41:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/09/07 23:01:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p5107-r1.ebuild,v 1.2 2013/09/21 17:41:28 floppym Exp $
 
 EAPI=5
 
@@ -194,6 +194,10 @@
 		myeconfargs+=( --program-transform-name="s,grub,grub2," )
 	fi
 
+	# Bug 485592
+	local BUILD_CC
+	tc-export BUILD_CC
+
 	autotools-utils_src_configure
 }
 



1.102                sys-boot/grub/grub-9999.ebuild

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

Index: grub-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- grub-9999.ebuild	7 Sep 2013 23:01:12 -0000	1.101
+++ grub-9999.ebuild	21 Sep 2013 17:41:28 -0000	1.102
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.101 2013/09/07 23:01:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.102 2013/09/21 17:41:28 floppym Exp $
 
 EAPI=5
 
@@ -194,6 +194,10 @@
 		myeconfargs+=( --program-transform-name="s,grub,grub2," )
 	fi
 
+	# Bug 485592
+	local BUILD_CC
+	tc-export BUILD_CC
+
 	autotools-utils_src_configure
 }
 



1.276                sys-boot/grub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog	20 Sep 2013 14:47:38 -0000	1.275
+++ ChangeLog	21 Sep 2013 17:41:28 -0000	1.276
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.275 2013/09/20 14:47:38 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.276 2013/09/21 17:41:28 floppym Exp $
+
+  21 Sep 2013; Mike Gilbert <floppym@gentoo.org> grub-2.00_p5107-r1.ebuild,
+  grub-9999.ebuild:
+  Export BUILD_CC before calling configure, bug 486592 by ago.
 
   20 Sep 2013; Mike Gilbert <floppym@gentoo.org> -grub-2.00-r1.ebuild,
   -grub-2.00-r2.ebuild, -grub-2.00-r3.ebuild, -grub-2.00_beta6.ebuild,





             reply	other threads:[~2013-09-21 17:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-21 17:41 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-21 21:44 [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-2.00_p5107-r1.ebuild grub-9999.ebuild ChangeLog Mike Gilbert (floppym)
2013-09-21 21:28 Mike Gilbert (floppym)
2013-09-07 23:01 Mike Gilbert (floppym)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130921174128.315F12004C@flycatcher.gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox