From: David Seifert Date: Thu, 13 Feb 2020 21:38:24 +0000 (+0100) Subject: sci-libs/p4est: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b4ba326404d61f387aabe629fcfdf85cc444471;p=gentoo.git sci-libs/p4est: [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/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index b76a7efb8f01..266da27018f1 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 # The build system currently fails with everything newer than 1.11. WANT_AUTOMAKE=1.11 -inherit autotools eutils +inherit autotools eutils toolchain-funcs DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild index b76a7efb8f01..266da27018f1 100644 --- a/sci-libs/p4est/p4est-1.1.ebuild +++ b/sci-libs/p4est/p4est-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 # The build system currently fails with everything newer than 1.11. WANT_AUTOMAKE=1.11 -inherit autotools eutils +inherit autotools eutils toolchain-funcs DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/"