commit:     1cea65223101662249aab1a6640a33c000549567
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 16:03:35 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 16:03:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cea6522

fortran-2.eclass: Enable EAPI=6 support

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/fortran-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index 867f7c0..8627965 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -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
 

Reply via email to