diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-20 09:58:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-23 23:44:16 +0200 |
commit | f56cab6e67d154550b5cb9225d52c18a9bb1b052 (patch) | |
tree | 0ac13e646b60d8ab6d0766c8237d966facbc3383 /eclass/python-single-r1.eclass | |
parent | python-single-r1.eclass: Ban PYTHON_MULTI_USEDEP in EAPI 8 (diff) | |
download | gentoo-f56cab6e67d154550b5cb9225d52c18a9bb1b052.tar.gz gentoo-f56cab6e67d154550b5cb9225d52c18a9bb1b052.tar.bz2 gentoo-f56cab6e67d154550b5cb9225d52c18a9bb1b052.zip |
python-single-r1.eclass: Enable EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index db483a9b184f..da0113b6d57b 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-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 Python packages not installed for multiple implementations. # @DESCRIPTION: # An extension of the python-r1 eclass suite for packages which @@ -40,7 +40,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}" |