diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:24 +0100 |
commit | 0b4ba326404d61f387aabe629fcfdf85cc444471 (patch) | |
tree | 2e36776842d7532ba4729565b3429f1a8b59cd74 /sci-libs | |
parent | sci-libs/o2scl: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-0b4ba326404d61f387aabe629fcfdf85cc444471.tar.gz gentoo-0b4ba326404d61f387aabe629fcfdf85cc444471.tar.bz2 gentoo-0b4ba326404d61f387aabe629fcfdf85cc444471.zip |
sci-libs/p4est: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/p4est/p4est-1.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/p4est/p4est-1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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/" |