fortran-2.eclass: Enable EAPI=6 support
authorJustin Lecher <jlec@gentoo.org>
Mon, 28 Dec 2015 16:03:35 +0000 (17:03 +0100)
committerJustin Lecher <jlec@gentoo.org>
Mon, 28 Dec 2015 16:03:35 +0000 (17:03 +0100)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
eclass/fortran-2.eclass

index 867f7c0da1b24ddb221e999246a4a26eaf00f201..86279652b1ac301f66789b1295d6184576377d7d 100644 (file)
@@ -287,7 +287,7 @@ fortran-2_pkg_setup() {
 }
 
 case ${EAPI:-0} in
-       0|1|2|3|4|5) EXPORT_FUNCTIONS pkg_setup ;;
+       0|1|2|3|4|5|6) EXPORT_FUNCTIONS pkg_setup ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac