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/chrony-3.5.1-r1.ebuild
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/chrony-3.5.1-r1.ebuild')
-rw-r--r--net-misc/chrony/chrony-3.5.1-r1.ebuild5
1 files changed, 2 insertions, 3 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)