diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:33 +0100 |
commit | 10b7b4fdee3da5b2c848f081030083c9f9a19c1d (patch) | |
tree | e44f69be87ca8e494a7b769f44aea00e84e80782 /sci-mathematics/4ti2 | |
parent | sci-libs/symengine: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-10b7b4fdee3da5b2c848f081030083c9f9a19c1d.tar.gz gentoo-10b7b4fdee3da5b2c848f081030083c9f9a19c1d.tar.bz2 gentoo-10b7b4fdee3da5b2c848f081030083c9f9a19c1d.zip |
sci-mathematics/4ti2: [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/4ti2')
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.6.5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.6.6.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild index d107c3deb4a7..3afaf5653e38 100644 --- a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=true # The swig subdir is not used, so we can skip running autotools in it. #518000 AT_NO_RECURSIVE=1 -inherit autotools-utils +inherit autotools-utils toolchain-funcs DESCRIPTION="Software package for algebraic, geometric and combinatorial problems" HOMEPAGE="http://www.4ti2.de/" diff --git a/sci-mathematics/4ti2/4ti2-1.6.5.ebuild b/sci-mathematics/4ti2/4ti2-1.6.5.ebuild index 816cc21252a4..65d55399c3ff 100644 --- a/sci-mathematics/4ti2/4ti2-1.6.5.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=true # The swig subdir is not used, so we can skip running autotools in it. #518000 AT_NO_RECURSIVE=1 -inherit autotools-utils +inherit autotools-utils toolchain-funcs DESCRIPTION="Software package for algebraic, geometric and combinatorial problems" HOMEPAGE="http://www.4ti2.de/" diff --git a/sci-mathematics/4ti2/4ti2-1.6.6.ebuild b/sci-mathematics/4ti2/4ti2-1.6.6.ebuild index 63371b8f47d1..95bac50f69b0 100644 --- a/sci-mathematics/4ti2/4ti2-1.6.6.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=true # The swig subdir is not used, so we can skip running autotools in it. #518000 AT_NO_RECURSIVE=1 -inherit autotools-utils +inherit autotools-utils toolchain-funcs DESCRIPTION="Software package for algebraic, geometric and combinatorial problems" HOMEPAGE="http://www.4ti2.de/" |