diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-10 18:34:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-10 18:37:35 +0200 |
commit | edece5379a5f6c75fe514914c8e324678c73ad13 (patch) | |
tree | 3e72989fe732a79e7b4a33f44c3afef4990c7ff8 /eclass/scons-utils.eclass | |
parent | kde-plasma/plasma-desktop: Don't run tests in parallel (diff) | |
download | gentoo-edece5379a5f6c75fe514914c8e324678c73ad13.tar.gz gentoo-edece5379a5f6c75fe514914c8e324678c73ad13.tar.bz2 gentoo-edece5379a5f6c75fe514914c8e324678c73ad13.zip |
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.
Diffstat (limited to 'eclass/scons-utils.eclass')
-rw-r--r-- | eclass/scons-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass index 4ffa92ae4a35..5335968bc52e 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 |