Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/
Date: Sat, 24 Feb 2018 23:40:48
Message-Id: 1519515630.d787c5691f81c259fa2417878fab30b41016b0a7.blueness@gentoo
1 commit: d787c5691f81c259fa2417878fab30b41016b0a7
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 23:40:30 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 23:40:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d787c569
7
8 net-misc/ntpsec: debug dropped in -9999
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-misc/ntpsec/ntpsec-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild
16 index 46136f2fa0e..8263e59187f 100644
17 --- a/net-misc/ntpsec/ntpsec-9999.ebuild
18 +++ b/net-misc/ntpsec/ntpsec-9999.ebuild
19 @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
20
21 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
22 SLOT="0"
23 -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
24 +IUSE="${IUSE_NTPSEC_REFCLOCK} doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
25 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
27 # net-misc/pps-tools oncore,pps
28 @@ -95,8 +95,7 @@ src_configure() {
29 $(use samba && echo "--enable-mssntp")
30 $(use seccomp && echo "--enable-seccomp")
31 $(use smear && echo "--enable-leap-smear")
32 - $(use tests && echo "--alltests")
33 - $(use_enable debug debug) )
34 + $(use tests && echo "--alltests"))
35
36 python_configure() {
37 waf-utils_src_configure "${myconf[@]}"