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/scons-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/scons-utils.eclass')
-rw-r--r--eclass/scons-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
index 9fc048cadcd5..619230ecca6a 100644
--- a/eclass/scons-utils.eclass
+++ b/eclass/scons-utils.eclass
@@ -108,7 +108,7 @@ elif [[ ${_PYTHON_SINGLE_R1} ]]; then
BDEPEND="
$(python_gen_cond_dep "${SCONS_DEPEND}[\${PYTHON_USEDEP}]")
${PYTHON_DEPS}"
-elif [[ ${_PYTHON_R1} ]]; then
+elif [[ ${_PYTHON_R1_ECLASS} ]]; then
# when using python-r1, you need to depend on scons yourself
# (depending on whether you need any-r1 or full -r1 API)
# -- since this is a breaking API change, it applies to EAPI 7+ only