Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/
Date: Fri, 27 Nov 2015 13:17:06
Message-Id: 1448629575.ff2e81869155a0d5264917ece2980ba1c5dbc34c.mgorny@gentoo
1 commit: ff2e81869155a0d5264917ece2980ba1c5dbc34c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 22:02:59 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:06:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2e8186
7
8 distutils-r1.eclass: Enable EAPI 6
9
10 eclass/distutils-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
14 index 7ebcaa5..36b3436 100644
15 --- a/eclass/distutils-r1.eclass
16 +++ b/eclass/distutils-r1.eclass
17 @@ -47,7 +47,7 @@ case "${EAPI:-0}" in
18 0|1|2|3)
19 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
20 ;;
21 - 4|5)
22 + 4|5|6)
23 ;;
24 *)
25 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"