commit:     adbf4bda26a7cd07596d98f51d110cb322ede737
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 06:20:48 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 06:21:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=adbf4bda

Enable EAPI=7

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/alternatives-2.eclass           | 2 +-
 eclass/numeric-int64-multibuild.eclass | 2 +-
 eclass/numeric.eclass                  | 2 +-
 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
 

Reply via email to