summaryrefslogtreecommitdiff
path: root/net-dns/nsd/nsd-4.3.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/nsd/nsd-4.3.4.ebuild')
-rw-r--r--net-dns/nsd/nsd-4.3.4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dns/nsd/nsd-4.3.4.ebuild b/net-dns/nsd/nsd-4.3.4.ebuild
index 1b91a3af2521..21733815a1e3 100644
--- a/net-dns/nsd/nsd-4.3.4.ebuild
+++ b/net-dns/nsd/nsd-4.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ LICENSE="BSD"
SLOT="0"
[[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
KEYWORDS="amd64 x86"
-IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd libressl"
+IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd"
S="${WORKDIR}/${MY_P}"
@@ -31,8 +31,7 @@ RDEPEND="
libevent? ( dev-libs/libevent )
munin? ( net-analyzer/munin )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
)
systemd? ( sys-apps/systemd )
"