diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:39 +0100 |
commit | ae9a58fdcac444aa0fa06912da3746e956a9ee53 (patch) | |
tree | 25bba39e109466b6ebe1553fa33202565d84fa74 /sci-mathematics | |
parent | sci-mathematics/fann: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-ae9a58fdcac444aa0fa06912da3746e956a9ee53.tar.gz gentoo-ae9a58fdcac444aa0fa06912da3746e956a9ee53.tar.bz2 gentoo-ae9a58fdcac444aa0fa06912da3746e956a9ee53.zip |
sci-mathematics/form: [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-mathematics')
-rw-r--r-- | sci-mathematics/form/form-4.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/form/form-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/form/form-4.2.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
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/" |