diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-10 01:49:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-10 01:49:00 +0000 |
| commit | bf3d34248fe6ea7786aba6b2763dcf4fa111cb82 (patch) | |
| tree | 8a79794f7f5368f4118fe20e0d3f524dc5831e00 /eclass/python-any-r1.eclass | |
| parent | 809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6 (diff) | |
| download | baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.gz baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.xz baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.zip | |
Adding metadata
Diffstat (limited to 'eclass/python-any-r1.eclass')
| -rw-r--r-- | eclass/python-any-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 3a80fa35c577..49f639d5fac6 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: 5 6 7 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: An eclass for packages having build-time dependency on Python. # @DESCRIPTION: # A minimal eclass for packages which need any Python interpreter @@ -38,8 +38,8 @@ # https://dev.gentoo.org/~mgorny/python-guide/ case "${EAPI:-0}" in - [0-4]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - [5-7]) ;; + [0-5]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; + [6-7]) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; esac |
