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 12/29] python-utils-r1.eclass: Enable EAPI 6
Date: Sun, 22 Nov 2015 19:57:53
Message-Id: 1448221870-17269-13-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-utils-r1.eclass | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
6 index ce6f2d1..6eeba31 100644
7 --- a/eclass/python-utils-r1.eclass
8 +++ b/eclass/python-utils-r1.eclass
9 @@ -20,7 +20,7 @@
10 # https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
11
12 case "${EAPI:-0}" in
13 - 0|1|2|3|4|5)
14 + 0|1|2|3|4|5|6)
15 ;;
16 *)
17 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
18 --
19 2.6.3