From d58e66fb6099252d90e7a0798a2766a9d1b555f9 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 27 Dec 2022 17:30:05 +0100 Subject: python-any-r1.eclass: drop EAPI 6 support Signed-off-by: David Seifert --- eclass/python-single-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/python-single-r1.eclass') diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 740c3283d1b6..59673d2a5bf2 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -52,7 +52,7 @@ if [[ ! ${_PYTHON_SINGLE_R1} ]]; then if [[ ${_PYTHON_R1} ]]; then die 'python-single-r1.eclass can not be used with python-r1.eclass.' -elif [[ ${_PYTHON_ANY_R1} ]]; then +elif [[ ${_PYTHON_ANY_R1_ECLASS} ]]; then die 'python-single-r1.eclass can not be used with python-any-r1.eclass.' fi -- cgit v1.2.3