diff options
author | William Hubbs <williamh@gentoo.org> | 2014-09-20 15:01:52 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-09-20 15:01:52 +0000 |
commit | cfffbc87c7cc085c5a102b69046e4e46ae10a40b (patch) | |
tree | 1d6d9ff672b6ae3a6e200ab93ae4f5d830eeeb39 /net-misc/dhcpcd/dhcpcd-9999.ebuild | |
parent | version bump wrt #523286 (diff) | |
download | gentoo-2-cfffbc87c7cc085c5a102b69046e4e46ae10a40b.tar.gz gentoo-2-cfffbc87c7cc085c5a102b69046e4e46ae10a40b.tar.bz2 gentoo-2-cfffbc87c7cc085c5a102b69046e4e46ae10a40b.zip |
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)
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-9999.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index e6e7e9b36d1a..600140b4a6b5 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -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 @@ fi src_prepare() { + tc-export CC epatch_user } |