Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 28 Dec 2015 16:06:30
Message-Id: 1451318615.1cea65223101662249aab1a6640a33c000549567.jlec@gentoo
1 commit: 1cea65223101662249aab1a6640a33c000549567
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 16:03:35 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 16:03:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cea6522
7
8 fortran-2.eclass: Enable EAPI=6 support
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/fortran-2.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
16 index 867f7c0..8627965 100644
17 --- a/eclass/fortran-2.eclass
18 +++ b/eclass/fortran-2.eclass
19 @@ -287,7 +287,7 @@ fortran-2_pkg_setup() {
20 }
21
22 case ${EAPI:-0} in
23 - 0|1|2|3|4|5) EXPORT_FUNCTIONS pkg_setup ;;
24 + 0|1|2|3|4|5|6) EXPORT_FUNCTIONS pkg_setup ;;
25 *) die "EAPI=${EAPI} is not supported" ;;
26 esac