Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Mon, 31 Aug 2020 09:28:56
Message-Id: 1598866131.80c5dccc5677a117cfce3a891412912f54900471.jer@gentoo
1 commit: 80c5dccc5677a117cfce3a891412912f54900471
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 09:01:43 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:28:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c5dccc
7
8 net-misc/chrony: Remove support for disabling asynchronous DNS
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/chrony/chrony-3.5.1-r1.ebuild | 5 ++---
14 net-misc/chrony/chrony-4.0_pre3.ebuild | 5 ++---
15 net-misc/chrony/chrony-9999.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild
19 index f0c66705c22..442175f0c27 100644
20 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
21 +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
22 @@ -19,8 +19,8 @@ fi
23 LICENSE="GPL-2"
24 SLOT="0"
25 IUSE="
26 - +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
27 - +refclock +rtc +seccomp +sechash selinux
28 + +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
29 + +rtc +seccomp +sechash selinux
30 "
31 REQUIRED_USE="
32 ?? ( libedit readline )
33 @@ -106,7 +106,6 @@ src_configure() {
34 # not an autotools generated script
35 local myconf=(
36 $(use_enable seccomp scfilter)
37 - $(usex adns '' --disable-asyncdns)
38 $(usex caps '' --disable-linuxcaps)
39 $(usex cmdmon '' --disable-cmdmon)
40 $(usex ipv6 '' --disable-ipv6)
41
42 diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild
43 index e8f5a46d753..1d15f26cc20 100644
44 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild
45 +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
46 @@ -19,8 +19,8 @@ fi
47 LICENSE="GPL-2"
48 SLOT="0"
49 IUSE="
50 - +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
51 - +refclock +rtc +seccomp +sechash selinux
52 + +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
53 + +rtc +seccomp +sechash selinux
54 "
55 REQUIRED_USE="
56 ?? ( libedit readline )
57 @@ -106,7 +106,6 @@ src_configure() {
58 # not an autotools generated script
59 local myconf=(
60 $(use_enable seccomp scfilter)
61 - $(usex adns '' --disable-asyncdns)
62 $(usex caps '' --disable-linuxcaps)
63 $(usex cmdmon '' --disable-cmdmon)
64 $(usex ipv6 '' --disable-ipv6)
65
66 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
67 index e8f5a46d753..1d15f26cc20 100644
68 --- a/net-misc/chrony/chrony-9999.ebuild
69 +++ b/net-misc/chrony/chrony-9999.ebuild
70 @@ -19,8 +19,8 @@ fi
71 LICENSE="GPL-2"
72 SLOT="0"
73 IUSE="
74 - +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
75 - +refclock +rtc +seccomp +sechash selinux
76 + +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
77 + +rtc +seccomp +sechash selinux
78 "
79 REQUIRED_USE="
80 ?? ( libedit readline )
81 @@ -106,7 +106,6 @@ src_configure() {
82 # not an autotools generated script
83 local myconf=(
84 $(use_enable seccomp scfilter)
85 - $(usex adns '' --disable-asyncdns)
86 $(usex caps '' --disable-linuxcaps)
87 $(usex cmdmon '' --disable-cmdmon)
88 $(usex ipv6 '' --disable-ipv6)