commit:     80c5dccc5677a117cfce3a891412912f54900471
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 09:01:43 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 09:28:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c5dccc

net-misc/chrony: Remove support for disabling asynchronous DNS

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/chrony/chrony-3.5.1-r1.ebuild | 5 ++---
 net-misc/chrony/chrony-4.0_pre3.ebuild | 5 ++---
 net-misc/chrony/chrony-9999.ebuild     | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild 
b/net-misc/chrony/chrony-3.5.1-r1.ebuild
index f0c66705c22..442175f0c27 100644
--- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
+++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
@@ -19,8 +19,8 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="
-       +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
-       +refclock +rtc +seccomp +sechash selinux
+       +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
+       +rtc +seccomp +sechash selinux
 "
 REQUIRED_USE="
        ?? ( libedit readline )
@@ -106,7 +106,6 @@ src_configure() {
        # not an autotools generated script
        local myconf=(
                $(use_enable seccomp scfilter)
-               $(usex adns '' --disable-asyncdns)
                $(usex caps '' --disable-linuxcaps)
                $(usex cmdmon '' --disable-cmdmon)
                $(usex ipv6 '' --disable-ipv6)

diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild 
b/net-misc/chrony/chrony-4.0_pre3.ebuild
index e8f5a46d753..1d15f26cc20 100644
--- a/net-misc/chrony/chrony-4.0_pre3.ebuild
+++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
@@ -19,8 +19,8 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="
-       +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
-       +refclock +rtc +seccomp +sechash selinux
+       +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
+       +rtc +seccomp +sechash selinux
 "
 REQUIRED_USE="
        ?? ( libedit readline )
@@ -106,7 +106,6 @@ src_configure() {
        # not an autotools generated script
        local myconf=(
                $(use_enable seccomp scfilter)
-               $(usex adns '' --disable-asyncdns)
                $(usex caps '' --disable-linuxcaps)
                $(usex cmdmon '' --disable-cmdmon)
                $(usex ipv6 '' --disable-ipv6)

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-9999.ebuild
index e8f5a46d753..1d15f26cc20 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -19,8 +19,8 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="
-       +adns +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline
-       +refclock +rtc +seccomp +sechash selinux
+       +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
+       +rtc +seccomp +sechash selinux
 "
 REQUIRED_USE="
        ?? ( libedit readline )
@@ -106,7 +106,6 @@ src_configure() {
        # not an autotools generated script
        local myconf=(
                $(use_enable seccomp scfilter)
-               $(usex adns '' --disable-asyncdns)
                $(usex caps '' --disable-linuxcaps)
                $(usex cmdmon '' --disable-cmdmon)
                $(usex ipv6 '' --disable-ipv6)

Reply via email to