projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da661fc
)
fortran-2.eclass: Fix fortran-2_pkg_setup() for EAPI=6
author
Justin Lecher
<jlec@gentoo.org>
Sat, 30 Jan 2016 15:45:46 +0000
(16:45 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Sat, 30 Jan 2016 15:47:05 +0000
(16:47 +0100)
case statement ignored EAPI > 5
Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573368
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 86279652b1ac301f66789b1295d6184576377d7d..66b81005c5a1367394d2eaddd09115f2e429f528 100644
(file)
--- a/
eclass/fortran-2.eclass
+++ b/
eclass/fortran-2.eclass
@@
-278,7
+278,7
@@
fortran-2_pkg_setup() {
eqawarn "Please migrate your package to a higher EAPI"
eqawarn "or file a bug at https://bugs.gentoo.org"
_fortran-2_pkg_setup ;;
-
4|5
)
+
*
)
if [[ ${MERGE_TYPE} != binary ]]; then
_fortran-2_pkg_setup
fi