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: Sat, 28 Nov 2015 19:10:01
Message-Id: 1448737746.fa3e7e485d386c6dd468420006e515924114a8ba.mgorny@gentoo
1 commit: fa3e7e485d386c6dd468420006e515924114a8ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 21:11:24 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 19:09:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3e7e48
7
8 python-any-r1.eclass: Enable EAPI=6, no changes needed
9
10 eclass/python-any-r1.eclass | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
14 index c00cc3a..b6c2258 100644
15 --- a/eclass/python-any-r1.eclass
16 +++ b/eclass/python-any-r1.eclass
17 @@ -37,8 +37,7 @@
18 # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
19
20 case "${EAPI:-0}" in
21 - 0|1|2|3|4|5)
22 - # EAPI=4 needed by python-r1
23 + 0|1|2|3|4|5|6)
24 ;;
25 *)
26 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"