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 2/7] python-any-r1.eclass: Enable EAPI 7 (no changes)
Date: Thu, 03 May 2018 14:13:56
Message-Id: 20180503141248.26762-3-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] Initial support for EAPI 7 for python-r1 suite by "Michał Górny"
1 ---
2 eclass/python-any-r1.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
6 index e4d2d46bc706..6f23109cf8d7 100644
7 --- a/eclass/python-any-r1.eclass
8 +++ b/eclass/python-any-r1.eclass
9 @@ -1,4 +1,4 @@
10 -# Copyright 1999-2017 Gentoo Foundation
11 +# Copyright 1999-2018 Gentoo Foundation
12 # Distributed under the terms of the GNU General Public License v2
13
14 # @ECLASS: python-any-r1.eclass
15 @@ -36,7 +36,7 @@
16 # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
17
18 case "${EAPI:-0}" in
19 - 0|1|2|3|4|5|6)
20 + 0|1|2|3|4|5|6|7)
21 ;;
22 *)
23 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
24 --
25 2.17.0