summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-02-24 18:40:30 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-02-24 18:40:30 -0500
commitd787c5691f81c259fa2417878fab30b41016b0a7 (patch)
tree5c12e999186ad65ed0ae05811dfdbf129f4bdc51 /net-misc
parentnet-misc/ntpsec: add -9999 (diff)
downloadgentoo-d787c5691f81c259fa2417878fab30b41016b0a7.tar.gz
gentoo-d787c5691f81c259fa2417878fab30b41016b0a7.tar.bz2
gentoo-d787c5691f81c259fa2417878fab30b41016b0a7.zip
net-misc/ntpsec: debug dropped in -9999
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntpsec/ntpsec-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild
index 46136f2fa0e3..8263e59187fd 100644
--- a/net-misc/ntpsec/ntpsec-9999.ebuild
+++ b/net-misc/ntpsec/ntpsec-9999.ebuild
@@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
SLOT="0"
-IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
+IUSE="${IUSE_NTPSEC_REFCLOCK} doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# net-misc/pps-tools oncore,pps
@@ -95,8 +95,7 @@ src_configure() {
$(use samba && echo "--enable-mssntp")
$(use seccomp && echo "--enable-seccomp")
$(use smear && echo "--enable-leap-smear")
- $(use tests && echo "--alltests")
- $(use_enable debug debug) )
+ $(use tests && echo "--alltests"))
python_configure() {
waf-utils_src_configure "${myconf[@]}"