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 4/7] python-r1.eclass: Enable EAPI 7 (no changes)
Date: Thu, 03 May 2018 14:14:47
Message-Id: 20180503141248.26762-5-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-r1.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
6 index 5ec23d23d8cc..8a8adb449cc3 100644
7 --- a/eclass/python-r1.eclass
8 +++ b/eclass/python-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-r1.eclass
15 @@ -32,7 +32,7 @@ case "${EAPI:-0}" in
16 0|1|2|3|4)
17 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
18 ;;
19 - 5|6)
20 + 5|6|7)
21 # EAPI=5 is required for sane USE_EXPAND dependencies
22 ;;
23 *)
24 --
25 2.17.0