diff options
| author | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:06 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:06 +0100 |
| commit | 2635b8f8c88920073a64c80704f281b919e74e51 (patch) | |
| tree | 21f6af9ad694fc55066db6f9cf95e6880594b437 /eclass/python-any-r1.eclass | |
| parent | d58e66fb6099252d90e7a0798a2766a9d1b555f9 (diff) | |
| download | gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.gz gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.bz2 gentoo-2635b8f8c88920073a64c80704f281b919e74e51.zip | |
python-r1.eclass: drop EAPI 6 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/python-any-r1.eclass')
| -rw-r--r-- | eclass/python-any-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index bec15f7ca0b6..7474ef0474bf 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -46,7 +46,7 @@ esac if [[ ! ${_PYTHON_ANY_R1_ECLASS} ]]; then _PYTHON_ANY_R1_ECLASS=1 -if [[ ${_PYTHON_R1} ]]; then +if [[ ${_PYTHON_R1_ECLASS} ]]; then die 'python-any-r1.eclass can not be used with python-r1.eclass.' elif [[ ${_PYTHON_SINGLE_R1} ]]; then die 'python-any-r1.eclass can not be used with python-single-r1.eclass.' |
