summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-03 15:49:04 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-07 09:43:30 +0200
commit0c656a2c7fdcd1fc41265e0544f1caa2676f8049 (patch)
tree24d335bd4b1299570dde7f6a6e48099226c3290e
parentpython-utils-r1.eclass: Initial EAPI 7 support (diff)
downloadgentoo-0c656a2c7fdcd1fc41265e0544f1caa2676f8049.tar.gz
gentoo-0c656a2c7fdcd1fc41265e0544f1caa2676f8049.tar.bz2
gentoo-0c656a2c7fdcd1fc41265e0544f1caa2676f8049.zip
python-any-r1.eclass: Enable EAPI 7 (no changes)
-rw-r--r--eclass/python-any-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
index e4d2d46bc706..6f23109cf8d7 100644
--- a/eclass/python-any-r1.eclass
+++ b/eclass/python-any-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: python-any-r1.eclass
@@ -36,7 +36,7 @@
# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
case "${EAPI:-0}" in
- 0|1|2|3|4|5|6)
+ 0|1|2|3|4|5|6|7)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"