diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:51 +0100 |
commit | d971b61939c0200c02b58e5dec6ff6978e6ae08e (patch) | |
tree | 948c02dff0eb74d501b3b67980f75c387ad74c7f /net-libs/nDPI | |
parent | net-libs/libupnp: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-d971b61939c0200c02b58e5dec6ff6978e6ae08e.tar.gz gentoo-d971b61939c0200c02b58e5dec6ff6978e6ae08e.tar.bz2 gentoo-d971b61939c0200c02b58e5dec6ff6978e6ae08e.zip |
net-libs/nDPI: [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/nDPI')
-rw-r--r-- | net-libs/nDPI/nDPI-2.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nDPI/nDPI-2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/nDPI/nDPI-2.0.ebuild b/net-libs/nDPI/nDPI-2.0.ebuild index 4ebbdd771cb6..4ab5cd458c2a 100644 --- a/net-libs/nDPI/nDPI-2.0.ebuild +++ b/net-libs/nDPI/nDPI-2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib +inherit autotools eutils ltprune multilib DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" HOMEPAGE="https://www.ntop.org/" diff --git a/net-libs/nDPI/nDPI-2.2.ebuild b/net-libs/nDPI/nDPI-2.2.ebuild index 5900e30b80b8..d1934b2381d4 100644 --- a/net-libs/nDPI/nDPI-2.2.ebuild +++ b/net-libs/nDPI/nDPI-2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib versionator +inherit autotools eutils ltprune multilib versionator DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" HOMEPAGE="https://www.ntop.org/" |