summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 01:41:43 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:19:22 +0100
commit70c0a361de6e430873467087671afb4942575883 (patch)
tree9826e167c8a8b2c69e670aa7cfb06d3d591227d2 /net-libs
parentnet-libs/gsnmp: explicitly inherit epatch (diff)
downloadgentoo-70c0a361de6e430873467087671afb4942575883.tar.gz
gentoo-70c0a361de6e430873467087671afb4942575883.tar.bz2
gentoo-70c0a361de6e430873467087671afb4942575883.zip
net-libs/ldns: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ldns/ldns-1.7.1-r1.ebuild4
-rw-r--r--net-libs/ldns/ldns-1.7.1-r2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index 8daddf361c00..78a9e8a8dfe1 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{7,8} )
-inherit eutils ltprune multilib-minimal python-single-r1
+inherit epatch ltprune multilib-minimal python-single-r1
DESCRIPTION="a library with the aim to simplify DNS programming in C"
HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
@@ -68,7 +68,7 @@ multilib_src_configure() {
--enable-sha2 \
--without-drill \
--without-examples \
- $dane_ta_usage \
+ ${dane_ta_usage} \
--disable-rpath
}
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
}