summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-20 09:28:26 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-23 23:44:13 +0200
commitae0c1a04d9dce9a088b544faa32fa047cc3c410a (patch)
treebfc6f584c33fd81d9fc7cc11461d12c8bb73c28a /eclass
parentpython-any-r1.eclass: Remove obsolete PYTHON_USEDEP single-r1 hack (diff)
downloadgentoo-ae0c1a04d9dce9a088b544faa32fa047cc3c410a.tar.gz
gentoo-ae0c1a04d9dce9a088b544faa32fa047cc3c410a.tar.bz2
gentoo-ae0c1a04d9dce9a088b544faa32fa047cc3c410a.zip
python-any-r1.eclass: Enable EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-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 2f38155c39fd..eaae5379b732 100644
--- a/eclass/python-any-r1.eclass
+++ b/eclass/python-any-r1.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# Author: Michał Górny <mgorny@gentoo.org>
# Based on work of: Krzysztof Pawlik <nelchael@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
# @BLURB: An eclass for packages having build-time dependency on Python.
# @DESCRIPTION:
# A minimal eclass for packages which need any Python interpreter
@@ -39,7 +39,7 @@
case "${EAPI:-0}" in
[0-5]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
- [6-7]) ;;
+ [6-8]) ;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
esac