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:14
Message-Id: 1448629526.1528e78b76c20ffc192b959d9b1301ca49312005.mgorny@gentoo
1 commit: 1528e78b76c20ffc192b959d9b1301ca49312005
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 19:31:41 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:05:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1528e78b
7
8 python-utils-r1.eclass: Enable EAPI 6
9
10 eclass/python-utils-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
14 index ccaacb2..f294297 100644
15 --- a/eclass/python-utils-r1.eclass
16 +++ b/eclass/python-utils-r1.eclass
17 @@ -20,7 +20,7 @@
18 # https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
19
20 case "${EAPI:-0}" in
21 - 0|1|2|3|4|5)
22 + 0|1|2|3|4|5|6)
23 ;;
24 *)
25 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"