summaryrefslogtreecommitdiff
path: root/eclass/python-r1.eclass
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-12-27 17:30:07 +0100
committerDavid Seifert <soap@gentoo.org>2022-12-27 17:30:07 +0100
commit3d67b1ccfacc37308a7236625035dff1156b025c (patch)
treeb9aa6b7f4962580359eee5e1814c78849f304632 /eclass/python-r1.eclass
parent2635b8f8c88920073a64c80704f281b919e74e51 (diff)
downloadgentoo-3d67b1ccfacc37308a7236625035dff1156b025c.tar.gz
gentoo-3d67b1ccfacc37308a7236625035dff1156b025c.tar.bz2
gentoo-3d67b1ccfacc37308a7236625035dff1156b025c.zip
python-single-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 52822c5f47b0..622a479dcfa3 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -38,7 +38,7 @@ esac
if [[ ! ${_PYTHON_R1_ECLASS} ]]; then
_PYTHON_R1_ECLASS=1
-if [[ ${_PYTHON_SINGLE_R1} ]]; then
+if [[ ${_PYTHON_SINGLE_R1_ECLASS} ]]; then
die 'python-r1.eclass can not be used with python-single-r1.eclass.'
elif [[ ${_PYTHON_ANY_R1_ECLASS} ]]; then
die 'python-r1.eclass can not be used with python-any-r1.eclass.'