commit: edece5379a5f6c75fe514914c8e324678c73ad13
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 16:34:56 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 10 16:37:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edece537
scons-utils.eclass: Revert EAPI 7 pending further changes
Revert EAPI 7 support since it is not used by any ebuild yet. New
set of patches will be published with Python checks that will be fatal
in EAPI 7 already.
eclass/scons-utils.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
index 4ffa92ae4a3..5335968bc52 100644
--- a/eclass/scons-utils.eclass
+++ b/eclass/scons-utils.eclass
@@ -93,7 +93,7 @@
# -- EAPI support check --
case ${EAPI:-0} in
- 0|1|2|3|4|5|6|7) ;;
+ 0|1|2|3|4|5|6) ;;
*) die "EAPI ${EAPI} unsupported."
esac