From: David Seifert Date: Sat, 15 Feb 2020 09:58:38 +0000 (+0100) Subject: dev-libs/jerasure: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e1808dbf6cb0ddee22e153cb7bd49556e536290;p=gentoo.git dev-libs/jerasure: [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/jerasure/jerasure-2.0.0-r1.ebuild b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild index caf3b4bc365f..67dac714885f 100644 --- a/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild +++ b/dev-libs/jerasure/jerasure-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 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 Library in C Facilitating Erasure Coding for Storage Applications" HOMEPAGE="http://jerasure.org/"