summaryrefslogtreecommitdiff
path: root/metadata/install-qa-check.d
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-19 11:21:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-19 11:21:41 +0100
commit8668c0f6c5fd1d084b8b2bdac1cfa1fcba412f65 (patch)
tree1e043fb597ef29943ab94e70fad8ce9e38929c4f /metadata/install-qa-check.d
parentfc32d443f6a2e4d05c712c050bb74e8f79f4af1f (diff)
gentoo auto-resync : 19:09:2022 - 11:21:41
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60python-pyc4
1 files changed, 3 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
index fdd232422880..d1eae65e1b58 100644
--- a/metadata/install-qa-check.d/60python-pyc
+++ b/metadata/install-qa-check.d/60python-pyc
@@ -19,7 +19,9 @@ python_pyc_check() {
# Avoid running the check if sufficiently new gpep517 is not installed
# yet. It's valid to schedule (for merge order) >=gpep517-8 after
# packages which have this check run if they don't use distutils-r1.
- nonfatal has_version ">=dev-python/gpep517-8" || return
+ if [[ ${EAPI} == [0123] ]] || ! nonfatal has_version ">=dev-python/gpep517-8" ; then
+ return
+ fi
for prog in "${progs[@]}"; do
local impl=${prog%/*}