aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/alternatives-2.eclass2
-rw-r--r--eclass/numeric-int64-multibuild.eclass2
-rw-r--r--eclass/numeric.eclass2
3 files changed, 3 insertions, 3 deletions
diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index 4263fef8e..7237f0db3 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -23,7 +23,7 @@ case "${EAPI:-0}" in
0|1|2|3|4)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 5|6)
+ 5|6|7)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
diff --git a/eclass/numeric-int64-multibuild.eclass b/eclass/numeric-int64-multibuild.eclass
index 6403ee79c..f720356a3 100644
--- a/eclass/numeric-int64-multibuild.eclass
+++ b/eclass/numeric-int64-multibuild.eclass
@@ -19,7 +19,7 @@ if [[ ! ${_NUMERIC_INT64_MULTILIB_ECLASS} ]]; then
case ${EAPI:-0} in
5)
inherit multilib ;;
- 6) ;;
+ 6|7) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac
diff --git a/eclass/numeric.eclass b/eclass/numeric.eclass
index cb7354542..431b7afec 100644
--- a/eclass/numeric.eclass
+++ b/eclass/numeric.eclass
@@ -14,7 +14,7 @@ if [[ ! ${_NUMERIC_ECLASS} ]]; then
case ${EAPI:-0} in
0|1|2|3|4|5)
inherit multilib ;;
- 6) ;;
+ 6|7) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac