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: Mon, 07 May 2018 07:43:44
Message-Id: 1525679010.0c656a2c7fdcd1fc41265e0544f1caa2676f8049.mgorny@gentoo
1 commit: 0c656a2c7fdcd1fc41265e0544f1caa2676f8049
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 13:49:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 07:43:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c656a2c
7
8 python-any-r1.eclass: Enable EAPI 7 (no changes)
9
10 eclass/python-any-r1.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
14 index e4d2d46bc70..6f23109cf8d 100644
15 --- a/eclass/python-any-r1.eclass
16 +++ b/eclass/python-any-r1.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: python-any-r1.eclass
23 @@ -36,7 +36,7 @@
24 # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
25
26 case "${EAPI:-0}" in
27 - 0|1|2|3|4|5|6)
28 + 0|1|2|3|4|5|6|7)
29 ;;
30 *)
31 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"