summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:48 +0100
commit1291c74d4fd7eaadab7e26de34c041a99ce3eef9 (patch)
treeb85d8c6a54e1289fbc0ec966e0ba3d368b75a517 /net-libs/libsmi
parentnet-libs/libprotoident: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-1291c74d4fd7eaadab7e26de34c041a99ce3eef9.tar.gz
gentoo-1291c74d4fd7eaadab7e26de34c041a99ce3eef9.tar.bz2
gentoo-1291c74d4fd7eaadab7e26de34c041a99ce3eef9.zip
net-libs/libsmi: [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/libsmi')
-rw-r--r--net-libs/libsmi/libsmi-0.4.8-r1.ebuild2
-rw-r--r--net-libs/libsmi/libsmi-0.5.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
index bb26c4f9cdb0..296c6901989b 100644
--- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
+++ b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic ltprune
DESCRIPTION="A Library to Access SMI MIB Information"
SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
diff --git a/net-libs/libsmi/libsmi-0.5.0.ebuild b/net-libs/libsmi/libsmi-0.5.0.ebuild
index 50e175be9c36..8f175e85fca4 100644
--- a/net-libs/libsmi/libsmi-0.5.0.ebuild
+++ b/net-libs/libsmi/libsmi-0.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils
+inherit eutils ltprune
DESCRIPTION="A Library to Access SMI MIB Information"
HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/"