diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:18 +0100 |
commit | 9b30ebe42784cdbc7794eeb58925fc5a8f5ff6e1 (patch) | |
tree | d21ef0cfb0fabf267de058eaa85d4f48d4350fe9 /sci-libs/libsc | |
parent | sci-libs/colpack: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-9b30ebe42784cdbc7794eeb58925fc5a8f5ff6e1.tar.gz gentoo-9b30ebe42784cdbc7794eeb58925fc5a8f5ff6e1.tar.bz2 gentoo-9b30ebe42784cdbc7794eeb58925fc5a8f5ff6e1.zip |
sci-libs/libsc: [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/libsc')
-rw-r--r-- | sci-libs/libsc/libsc-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libsc/libsc-1.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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/" |