diff options
author | 2014-03-20 19:00:57 +0000 | |
---|---|---|
committer | 2014-03-20 19:00:57 +0000 | |
commit | 88509c1bc1dd3e29f091d6f4c2934db9c899e2e3 (patch) | |
tree | 49a41ddf406e6083acf3eb92ed366399f6a26d55 /net-misc | |
parent | Update net-analyzer/rrdtool-1.4.8 (diff) | |
download | srcshelton-88509c1bc1dd3e29f091d6f4c2934db9c899e2e3.tar.gz srcshelton-88509c1bc1dd3e29f091d6f4c2934db9c899e2e3.tar.bz2 srcshelton-88509c1bc1dd3e29f091d6f4c2934db9c899e2e3.zip |
Update net-misc/dhcpcd-6.3.1-r1, net-misc/dhcpcd-9999
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild b/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild index c298039a..16d1c20b 100644 --- a/net-misc/dhcpcd/dhcpcd-6.3.1-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.3.1-r1.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-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 @@ else 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 @@ src_configure() use udev || dev="--without-dev --without-udev" hooks="--with-hook=ntp.conf" use elibc_glibc && hooks="${hooks} --with-hook=yp.conf" + tc-export CC econf \ --prefix="${EPREFIX}" \ --libexecdir="${EPREFIX}/lib/dhcpcd" \ diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 6a811267..e6861ad0 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.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 @@ else 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/" @@ -39,6 +39,7 @@ src_configure() use udev || dev="--without-dev --without-udev" hooks="--with-hook=ntp.conf" use elibc_glibc && hooks="${hooks} --with-hook=yp.conf" + tc-export CC econf \ --prefix="${EPREFIX}" \ --libexecdir="${EPREFIX}/lib/dhcpcd" \ |