summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-05 17:25:04 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-05 17:25:04 +0100
commite78b74c41d8fdb9ebb95acba7dd220a85e6b1217 (patch)
tree174cded51a3f1286f0e390d5746411873f21f813 /net-misc/dhcpcd
parentnet-misc/dhcpcd: Added "debug" USE flag (diff)
downloadgentoo-e78b74c41d8fdb9ebb95acba7dd220a85e6b1217.tar.gz
gentoo-e78b74c41d8fdb9ebb95acba7dd220a85e6b1217.tar.bz2
gentoo-e78b74c41d8fdb9ebb95acba7dd220a85e6b1217.zip
net-misc/dhcpcd: prefer use_enable over usex for "debug" USE flag
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/dhcpcd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild
index 8b3e6da7b2f0..e83bb217a35a 100644
--- a/net-misc/dhcpcd/dhcpcd-9999.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild
@@ -34,9 +34,9 @@ src_configure() {
--localstatedir="${EPREFIX}/var"
--prefix="${EPREFIX}"
--with-hook=ntp.conf
+ $(use_enable debug)
$(use_enable embedded)
$(use_enable ipv6)
- $(usex debug --debug '')
$(usex elibc_glibc '--with-hook=yp.conf' '')
$(usex kernel_linux '--rundir=${EPREFIX}/run' '')
$(usex udev '' '--without-dev --without-udev')