floppym 14/03/20 03:52:09 Modified: dhcpcd-6.3.1-r1.ebuild dhcpcd-9999.ebuild ChangeLog Log: Set CC before calling configure. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild?r1=1.1&r2=1.2 Index: dhcpcd-6.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dhcpcd-6.3.1-r1.ebuild 9 Mar 2014 19:37:27 -0000 1.1 +++ dhcpcd-6.3.1-r1.ebuild 20 Mar 2014 03:52:09 -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.3.1-r1.ebuild,v 1.1 2014/03/09 19:37:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild,v 1.2 2014/03/20 03:52:09 floppym Exp $ EAPI=5 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" fi -inherit eutils systemd +inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" @@ -41,6 +41,7 @@ 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.12 net-misc/dhcpcd/dhcpcd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.11&r2=1.12 Index: dhcpcd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- dhcpcd-9999.ebuild 18 Jan 2014 10:25:23 -0000 1.11 +++ dhcpcd-9999.ebuild 20 Mar 2014 03:52:09 -0000 1.12 @@ -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.11 2014/01/18 10:25:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.12 2014/03/20 03:52:09 floppym Exp $ EAPI=5 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" fi -inherit eutils systemd +inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" @@ -40,6 +40,7 @@ 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.393 net-misc/dhcpcd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.393&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.393&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.392&r2=1.393 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v retrieving revision 1.392 retrieving revision 1.393 diff -u -r1.392 -r1.393 --- ChangeLog 10 Mar 2014 15:51:09 -0000 1.392 +++ ChangeLog 20 Mar 2014 03:52:09 -0000 1.393 @@ -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.392 2014/03/10 15:51:09 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.393 2014/03/20 03:52:09 floppym Exp $ + + 20 Mar 2014; Mike Gilbert <[email protected]> dhcpcd-6.3.1-r1.ebuild, + dhcpcd-9999.ebuild: + Set CC before calling configure. 10 Mar 2014; William Hubbs <[email protected]> -dhcpcd-6.0.5-r1.ebuild, -dhcpcd-6.1.0.ebuild, -dhcpcd-6.2.1.ebuild, -dhcpcd-6.3.0.ebuild,
