summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:58:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:58:48 +0100
commit54012466ae633cd80048e1b826d2c856a08b0da4 (patch)
treec3b76644f697dbc720973634f7d4672926428e7a /dev-libs/libdnet
parentdev-libs/libdbh: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-54012466ae633cd80048e1b826d2c856a08b0da4.tar.gz
gentoo-54012466ae633cd80048e1b826d2c856a08b0da4.tar.bz2
gentoo-54012466ae633cd80048e1b826d2c856a08b0da4.zip
dev-libs/libdnet: [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 'dev-libs/libdnet')
-rw-r--r--dev-libs/libdnet/libdnet-1.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild
index 041a73f72c79..88dcef3e402c 100644
--- a/dev-libs/libdnet/libdnet-1.12.ebuild
+++ b/dev-libs/libdnet/libdnet-1.12.ebuild
@@ -7,7 +7,7 @@ AT_M4DIR="config"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
-inherit autotools distutils-r1 eutils
+inherit autotools distutils-r1 eutils ltprune
DESCRIPTION="simplified, portable interface to several low-level networking routines"
HOMEPAGE="https://github.com/dugsong/libdnet"