summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-08-31 11:01:43 +0200
committerJeroen Roovers <jer@gentoo.org>2020-08-31 11:28:51 +0200
commit80c5dccc5677a117cfce3a891412912f54900471 (patch)
treebdab05bdb2c9b67ab845ff7f86ee1806a36e64db /net-misc/chrony
parentdev-embedded/u-boot-tools: keyword riscv (diff)
downloadgentoo-80c5dccc5677a117cfce3a891412912f54900471.tar.gz
gentoo-80c5dccc5677a117cfce3a891412912f54900471.tar.bz2
gentoo-80c5dccc5677a117cfce3a891412912f54900471.zip
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@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r--net-misc/chrony/chrony-3.5.1-r1.ebuild5
-rw-r--r--net-misc/chrony/chrony-4.0_pre3.ebuild5
-rw-r--r--net-misc/chrony/chrony-9999.ebuild5
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 f0c66705c223..442175f0c27c 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 e8f5a46d753f..1d15f26cc200 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 e8f5a46d753f..1d15f26cc200 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)