From: David Seifert Date: Thu, 13 Feb 2020 21:38:39 +0000 (+0100) Subject: sci-mathematics/form: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae9a58fdcac444aa0fa06912da3746e956a9ee53;p=gentoo.git sci-mathematics/form: [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-mathematics/form/form-4.1.ebuild b/sci-mathematics/form/form-4.1.ebuild index 831375da3a59..16c8683ed40d 100644 --- a/sci-mathematics/form/form-4.1.ebuild +++ b/sci-mathematics/form/form-4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="Symbolic Manipulation System" HOMEPAGE="https://www.nikhef.nl/~form/" diff --git a/sci-mathematics/form/form-4.2.0.ebuild b/sci-mathematics/form/form-4.2.0.ebuild index f280eae46219..6d627fb717dc 100644 --- a/sci-mathematics/form/form-4.2.0.ebuild +++ b/sci-mathematics/form/form-4.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="Symbolic Manipulation System" HOMEPAGE="https://www.nikhef.nl/~form/" diff --git a/sci-mathematics/form/form-4.2.1.ebuild b/sci-mathematics/form/form-4.2.1.ebuild index bcf556c29621..e2728c87d4f6 100644 --- a/sci-mathematics/form/form-4.2.1.ebuild +++ b/sci-mathematics/form/form-4.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="Symbolic Manipulation System" HOMEPAGE="https://www.nikhef.nl/~form/ https://github.com/vermaseren/form/"