diff options
author | William Hubbs <williamh@gentoo.org> | 2014-03-24 04:43:33 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-03-24 04:43:33 +0000 |
commit | 9cf27b0a353387dce6a77d98aadc51eefb78e6cb (patch) | |
tree | 6d45fd25067224bced956bebca04698b5cb8b650 /net-misc/dhcpcd | |
parent | Stable for HPPA (bug #505170). (diff) | |
download | gentoo-2-9cf27b0a353387dce6a77d98aadc51eefb78e6cb.tar.gz gentoo-2-9cf27b0a353387dce6a77d98aadc51eefb78e6cb.tar.bz2 gentoo-2-9cf27b0a353387dce6a77d98aadc51eefb78e6cb.zip |
I am removing the tc-export call from the live ebuild per policy.
The proper fix should be upstream instead of us exporting a variable.
It is being worked now in bug #505508.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index b5a4e85f6f7e..c6e51f40bd18 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,11 @@ # 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.396 2014/03/23 17:32:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.397 2014/03/24 04:43:33 williamh Exp $ + + 24 Mar 2014; William Hubbs <williamh@gentoo.org> dhcpcd-9999.ebuild: + I am removing the tc-export call from the live ebuild per policy. The proper + fix should be upstream instead of us exporting a variable. It is being worked + now in bug #505508. 23 Mar 2014; William Hubbs <williamh@gentoo.org> -dhcpcd-6.3.1-r1.ebuild, -files/dhcpcd-6.0.5-fix-build-without-ipv6.patch, diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 47a48dd2b0a9..06902cc1f454 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.13 2014/03/23 01:35:50 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.14 2014/03/24 04:43:33 williamh Exp $ EAPI=5 @@ -62,7 +62,6 @@ src_configure() hooks="--with-hook=ntp.conf" use elibc_glibc && hooks="${hooks} --with-hook=yp.conf" use kernel_linux && rundir="--rundir=${EPREFIX}/run" - tc-export CC econf \ --prefix="${EPREFIX}" \ --libexecdir="${EPREFIX}/lib/dhcpcd" \ |