From: David Seifert Date: Thu, 13 Feb 2020 21:38:18 +0000 (+0100) Subject: sci-libs/libsc: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b30ebe42784cdbc7794eeb58925fc5a8f5ff6e1;p=gentoo.git sci-libs/libsc: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/sci-libs/libsc/libsc-1.0-r1.ebuild b/sci-libs/libsc/libsc-1.0-r1.ebuild index 85a225542220..6b3cdada5358 100644 --- a/sci-libs/libsc/libsc-1.0-r1.ebuild +++ b/sci-libs/libsc/libsc-1.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=6 -inherit autotools eutils +inherit autotools eutils toolchain-funcs DESCRIPTION="Support for parallel scientific applications" HOMEPAGE="http://www.p4est.org/" diff --git a/sci-libs/libsc/libsc-1.1-r1.ebuild b/sci-libs/libsc/libsc-1.1-r1.ebuild index 6e0d90763200..970f493e0ddc 100644 --- a/sci-libs/libsc/libsc-1.1-r1.ebuild +++ b/sci-libs/libsc/libsc-1.1-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=6 -inherit autotools eutils +inherit autotools eutils toolchain-funcs DESCRIPTION="Support for parallel scientific applications" HOMEPAGE="http://www.p4est.org/"