projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f467dac
)
fortran-2.eclass: Enable EAPI=6 support
author
Justin Lecher
<jlec@gentoo.org>
Mon, 28 Dec 2015 16:03:35 +0000
(17:03 +0100)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/eclass/fortran-2.eclass
b/eclass/fortran-2.eclass
index 867f7c0da1b24ddb221e999246a4a26eaf00f201..86279652b1ac301f66789b1295d6184576377d7d 100644
(file)
--- 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