summaryrefslogtreecommitdiff
path: root/net-libs/ldns/ldns-1.7.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-libs/ldns/ldns-1.7.1-r2.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-libs/ldns/ldns-1.7.1-r2.ebuild')
-rw-r--r--net-libs/ldns/ldns-1.7.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r2.ebuild b/net-libs/ldns/ldns-1.7.1-r2.ebuild
index 0ed420ce1959..9e872b955a93 100644
--- a/net-libs/ldns/ldns-1.7.1-r2.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{7,8,9} )
-inherit eutils multilib-minimal python-single-r1
+inherit epatch multilib-minimal python-single-r1
DESCRIPTION="a library with the aim to simplify DNS programming in C"
HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
@@ -72,7 +72,7 @@ multilib_src_configure() {
--enable-sha2 \
--without-drill \
--without-examples \
- $dane_ta_usage \
+ ${dane_ta_usage} \
--disable-rpath
}