From: David Seifert Date: Sat, 15 Feb 2020 10:01:40 +0000 (+0100) Subject: net-libs/libcrafter: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0c42dd55f70d5e8fd2ed4af15bec03a129ab3edc;p=gentoo.git net-libs/libcrafter: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/net-libs/libcrafter/libcrafter-0.3.ebuild b/net-libs/libcrafter/libcrafter-0.3.ebuild index aafb4400f9e0..45d2b5b2d45d 100644 --- a/net-libs/libcrafter/libcrafter-0.3.ebuild +++ b/net-libs/libcrafter/libcrafter-0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="A high level C++ network packet sniffing and crafting library" HOMEPAGE="https://github.com/pellegre/libcrafter" diff --git a/net-libs/libcrafter/libcrafter-9999.ebuild b/net-libs/libcrafter/libcrafter-9999.ebuild index 561ca127a53c..1aac305c3cc0 100644 --- a/net-libs/libcrafter/libcrafter-9999.ebuild +++ b/net-libs/libcrafter/libcrafter-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils git-r3 +inherit autotools eutils git-r3 ltprune DESCRIPTION="a high level library for C++ designed to make easier the creation and decoding of network packets" HOMEPAGE="https://github.com/pellegre/libcrafter"