williamh 14/03/24 04:43:34 Modified: dhcpcd-9999.ebuild ChangeLog Log: 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)
Revision Changes Path 1.14 net-misc/dhcpcd/dhcpcd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.13&r2=1.14 Index: dhcpcd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dhcpcd-9999.ebuild 23 Mar 2014 01:35:50 -0000 1.13 +++ dhcpcd-9999.ebuild 24 Mar 2014 04:43:33 -0000 1.14 @@ -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 @@ 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" \ 1.397 net-misc/dhcpcd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.397&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.397&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.396&r2=1.397 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v retrieving revision 1.396 retrieving revision 1.397 diff -u -r1.396 -r1.397 --- ChangeLog 23 Mar 2014 17:32:32 -0000 1.396 +++ ChangeLog 24 Mar 2014 04:43:33 -0000 1.397 @@ -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 <[email protected]> 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 <[email protected]> -dhcpcd-6.3.1-r1.ebuild, -files/dhcpcd-6.0.5-fix-build-without-ipv6.patch,
