summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-14 12:01:05 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-16 12:43:34 +0100
commit8ac2bdedf8c9fceaf746e56aeb79bab8a416b39a (patch)
tree8b8e1d83a0cb48a2c77cf56ca22853fa517cde07 /eclass/fortran-2.eclass
parentsci-libs/pastix: older METIS versions always used 64-bit ints (diff)
downloadgentoo-8ac2bdedf8c9fceaf746e56aeb79bab8a416b39a.tar.gz
gentoo-8ac2bdedf8c9fceaf746e56aeb79bab8a416b39a.tar.bz2
gentoo-8ac2bdedf8c9fceaf746e56aeb79bab8a416b39a.zip
fortran-2.eclass: support EAPI 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r--eclass/fortran-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index 0bb00f475a21..9d0c71703e49 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# Author Justin Lecher <jlec@gentoo.org>
# Test functions provided by Sebastien Fabbro and Kacper Kowalik
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 5 6 7 8
# @BLURB: Simplify fortran compiler management
# @DESCRIPTION:
# If you need a fortran compiler, then you should be inheriting this eclass.
@@ -31,7 +31,7 @@ inherit toolchain-funcs
case ${EAPI:-0} in
# not used in the eclass, but left for backward compatibility with legacy users
5|6) inherit eutils ;;
- 7) ;;
+ 7|8) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac