diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-15 16:16:57 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-15 16:33:34 -0500 |
commit | b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9 (patch) | |
tree | 05102bd9cf06083d6886f2cf7bb8bdff865252dc /sci-libs | |
parent | sci-libs/sundials: 4.1.0 version bump (diff) | |
download | gentoo-b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9.tar.gz gentoo-b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9.tar.bz2 gentoo-b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9.zip |
sci-libs/sundials: Port to EAPI 7
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/sundials/sundials-3.2.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-4.0.2.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-4.1.0.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild b/sci-libs/sundials/sundials-3.2.1.ebuild index 649b2f4f7085..5ac6dffc0d70 100644 --- a/sci-libs/sundials/sundials-3.2.1.ebuild +++ b/sci-libs/sundials/sundials-3.2.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials" diff --git a/sci-libs/sundials/sundials-4.0.2.ebuild b/sci-libs/sundials/sundials-4.0.2.ebuild index 649b2f4f7085..5ac6dffc0d70 100644 --- a/sci-libs/sundials/sundials-4.0.2.ebuild +++ b/sci-libs/sundials/sundials-4.0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials" diff --git a/sci-libs/sundials/sundials-4.1.0.ebuild b/sci-libs/sundials/sundials-4.1.0.ebuild index 649b2f4f7085..5ac6dffc0d70 100644 --- a/sci-libs/sundials/sundials-4.1.0.ebuild +++ b/sci-libs/sundials/sundials-4.1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials" |