public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-9999.ebuild dhcpcd-6.4.3.ebuild dhcpcd-6.4.5.ebuild ChangeLog
@ 2014-09-20 15:01 William Hubbs (williamh)
  0 siblings, 0 replies; only message in thread
From: William Hubbs (williamh) @ 2014-09-20 15:01 UTC (permalink / raw
  To: gentoo-commits

williamh    14/09/20 15:01:52

  Modified:             dhcpcd-9999.ebuild dhcpcd-6.4.3.ebuild
                        dhcpcd-6.4.5.ebuild ChangeLog
  Log:
  make sure we use the correct compiler by running tc-export CC
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.16                 net-misc/dhcpcd/dhcpcd-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.15&r2=1.16

Index: dhcpcd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dhcpcd-9999.ebuild	14 Jul 2014 15:03:54 -0000	1.15
+++ dhcpcd-9999.ebuild	20 Sep 2014 15:01:52 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.15 2014/07/14 15:03:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.16 2014/09/20 15:01:52 williamh Exp $
 
 EAPI=5
 
@@ -52,6 +52,7 @@
 
 src_prepare()
 {
+	tc-export CC
 	epatch_user
 }
 



1.11                 net-misc/dhcpcd/dhcpcd-6.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?r1=1.10&r2=1.11

Index: dhcpcd-6.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dhcpcd-6.4.3.ebuild	11 Sep 2014 21:28:05 -0000	1.10
+++ dhcpcd-6.4.3.ebuild	20 Sep 2014 15:01:52 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.10 2014/09/11 21:28:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.11 2014/09/20 15:01:52 williamh Exp $
 
 EAPI=5
 
@@ -52,6 +52,7 @@
 
 src_prepare()
 {
+	tc-export CC
 	epatch "${FILESDIR}"/${P}-uclibc-fix.patch
 	epatch_user
 }



1.2                  net-misc/dhcpcd/dhcpcd-6.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild?r1=1.1&r2=1.2

Index: dhcpcd-6.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcpcd-6.4.5.ebuild	18 Sep 2014 20:41:35 -0000	1.1
+++ dhcpcd-6.4.5.ebuild	20 Sep 2014 15:01:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild,v 1.1 2014/09/18 20:41:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.5.ebuild,v 1.2 2014/09/20 15:01:52 williamh Exp $
 
 EAPI=5
 
@@ -52,6 +52,7 @@
 
 src_prepare()
 {
+	tc-export CC
 	epatch_user
 }
 



1.423                net-misc/dhcpcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.423&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.423&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.422&r2=1.423

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog	18 Sep 2014 20:41:35 -0000	1.422
+++ ChangeLog	20 Sep 2014 15:01:52 -0000	1.423
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/dhcpcd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.422 2014/09/18 20:41:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.423 2014/09/20 15:01:52 williamh Exp $
+
+  20 Sep 2014; William Hubbs <williamh@gentoo.org> dhcpcd-6.4.3.ebuild,
+  dhcpcd-6.4.5.ebuild, dhcpcd-9999.ebuild:
+  make sure we use the correct compiler by running tc-export CC
 
 *dhcpcd-6.4.5 (18 Sep 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-20 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-20 15:01 [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-9999.ebuild dhcpcd-6.4.3.ebuild dhcpcd-6.4.5.ebuild ChangeLog William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox