Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 13/29] python-any-r1.eclass: Enable EAPI=6, no changes needed
Date: Sun, 22 Nov 2015 19:58:52
Message-Id: 1448221870-17269-14-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite by "Michał Górny"
1 ---
2 eclass/python-any-r1.eclass | 3 +--
3 1 file changed, 1 insertion(+), 2 deletions(-)
4
5 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
6 index c00cc3a..b6c2258 100644
7 --- a/eclass/python-any-r1.eclass
8 +++ b/eclass/python-any-r1.eclass
9 @@ -37,8 +37,7 @@
10 # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
11
12 case "${EAPI:-0}" in
13 - 0|1|2|3|4|5)
14 - # EAPI=4 needed by python-r1
15 + 0|1|2|3|4|5|6)
16 ;;
17 *)
18 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
19 --
20 2.6.3