summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-12-27 17:30:05 +0100
committerDavid Seifert <soap@gentoo.org>2022-12-27 17:30:05 +0100
commitd58e66fb6099252d90e7a0798a2766a9d1b555f9 (patch)
treec1e54b3f7e972b109ca02f19726671041c79a8ce /eclass/python-r1.eclass
parentpostgres-multi.eclass: drop EAPI 5, 6 support (diff)
downloadgentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.tar.gz
gentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.tar.bz2
gentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.zip
python-any-r1.eclass: drop EAPI 6 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r--eclass/python-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index caa37bc54ae2..bc10e83cf78a 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -45,7 +45,7 @@ if [[ ! ${_PYTHON_R1} ]]; then
if [[ ${_PYTHON_SINGLE_R1} ]]; then
die 'python-r1.eclass can not be used with python-single-r1.eclass.'
-elif [[ ${_PYTHON_ANY_R1} ]]; then
+elif [[ ${_PYTHON_ANY_R1_ECLASS} ]]; then
die 'python-r1.eclass can not be used with python-any-r1.eclass.'
fi