Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 10 May 2018 16:37:45
Message-Id: 1525970255.edece5379a5f6c75fe514914c8e324678c73ad13.mgorny@gentoo
1 commit: edece5379a5f6c75fe514914c8e324678c73ad13
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 16:34:56 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 16:37:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edece537
7
8 scons-utils.eclass: Revert EAPI 7 pending further changes
9
10 Revert EAPI 7 support since it is not used by any ebuild yet. New
11 set of patches will be published with Python checks that will be fatal
12 in EAPI 7 already.
13
14 eclass/scons-utils.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
18 index 4ffa92ae4a3..5335968bc52 100644
19 --- a/eclass/scons-utils.eclass
20 +++ b/eclass/scons-utils.eclass
21 @@ -93,7 +93,7 @@
22 # -- EAPI support check --
23
24 case ${EAPI:-0} in
25 - 0|1|2|3|4|5|6|7) ;;
26 + 0|1|2|3|4|5|6) ;;
27 *) die "EAPI ${EAPI} unsupported."
28 esac