summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-12-27 17:30:06 +0100
committerDavid Seifert <soap@gentoo.org>2022-12-27 17:30:06 +0100
commit2635b8f8c88920073a64c80704f281b919e74e51 (patch)
tree21f6af9ad694fc55066db6f9cf95e6880594b437 /eclass/waf-utils.eclass
parentpython-any-r1.eclass: drop EAPI 6 support (diff)
downloadgentoo-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/waf-utils.eclass')
-rw-r--r--eclass/waf-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index e08515e45022..61994e73bed2 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -41,7 +41,7 @@ waf-utils_src_configure() {
debug-print-function ${FUNCNAME} "$@"
local fail
- if [[ ! ${_PYTHON_ANY_R1_ECLASS} && ! ${_PYTHON_SINGLE_R1} && ! ${_PYTHON_R1} ]]; then
+ if [[ ! ${_PYTHON_ANY_R1_ECLASS} && ! ${_PYTHON_SINGLE_R1} && ! ${_PYTHON_R1_ECLASS} ]]; then
eerror "Using waf-utils.eclass without any python-r1 suite eclass is not supported."
eerror "Please make sure to configure and inherit appropriate -r1 eclass."
eerror "For more information and examples, please see:"