diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:38 +0100 |
commit | 19c8250bfdcb8d70f32300460477529cabf174d5 (patch) | |
tree | 87c3f442280871c4b5c1fc1561da41a17d3e1834 /net-libs/ldns | |
parent | net-libs/gsnmp: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-19c8250bfdcb8d70f32300460477529cabf174d5.tar.gz gentoo-19c8250bfdcb8d70f32300460477529cabf174d5.tar.bz2 gentoo-19c8250bfdcb8d70f32300460477529cabf174d5.zip |
net-libs/ldns: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/ldns')
-rw-r--r-- | net-libs/ldns/ldns-1.7.0-r2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/ldns/ldns-1.7.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild b/net-libs/ldns/ldns-1.7.0-r2.ebuild index 226509c554f2..54e088c681ca 100644 --- a/net-libs/ldns/ldns-1.7.0-r2.ebuild +++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit eutils multilib-minimal python-single-r1 +inherit eutils 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/" diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild index 84f58b7f4d90..811a38789a9e 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=( python2_7 python3_{6,7} ) -inherit eutils multilib-minimal python-single-r1 +inherit eutils 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/" |