Skip to content

Commit

Permalink
net-misc/dhcpcd: prefer use_enable over usex for "debug" USE flag
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Nov 5, 2019
1 parent 58069ae commit e78b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-misc/dhcpcd/dhcpcd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e78b74c

Please sign in to comment.