From: David Seifert Date: Sat, 15 Feb 2020 09:58:48 +0000 (+0100) Subject: dev-libs/libdnet: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=54012466ae633cd80048e1b826d2c856a08b0da4;p=gentoo.git dev-libs/libdnet: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- 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"