Skip to content

Commit

Permalink
net-misc/dhcpcd: Added "debug" USE flag
Browse files Browse the repository at this point in the history
Fixed EGIT_REPO_URI

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 688ff0a commit 58069ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net-misc/dhcpcd/dhcpcd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inherit systemd toolchain-funcs

if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git"
EGIT_REPO_URI="https://roy.marples.name/cgit/dhcpcd.git"
else
MY_P="${P/_alpha/-alpha}"
MY_P="${MY_P/_beta/-beta}"
Expand All @@ -21,7 +21,7 @@ DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
HOMEPAGE="https://roy.marples.name/projects/dhcpcd"
LICENSE="BSD-2"
SLOT="0"
IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
IUSE="debug elibc_glibc +embedded ipv6 kernel_linux +udev"

COMMON_DEPEND="udev? ( virtual/udev )"
DEPEND="${COMMON_DEPEND}"
Expand All @@ -36,6 +36,7 @@ src_configure() {
--with-hook=ntp.conf
$(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 58069ae

Please sign in to comment.