summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index 86279652b1ac..66b81005c5a1 100644
--- 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