summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-20 10:40:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-23 23:44:21 +0200
commit987bb58d2a8408931df5e62b605cdf0143e1c2e2 (patch)
tree28e1b2f02f63979b31c3cf91c2c68a8c159dcb6a /eclass
parentpython-r1.eclass: Use 'dosym -r' in EAPI 8 (diff)
downloadgentoo-987bb58d2a8408931df5e62b605cdf0143e1c2e2.tar.gz
gentoo-987bb58d2a8408931df5e62b605cdf0143e1c2e2.tar.bz2
gentoo-987bb58d2a8408931df5e62b605cdf0143e1c2e2.zip
python-r1.eclass: Enable EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 08d3b744af81..3a4d257036c8 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-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: A common, simple eclass for Python packages.
# @DESCRIPTION:
# A common eclass providing helper functions to build and install
@@ -33,7 +33,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}"