summaryrefslogtreecommitdiff
path: root/metadata/install-qa-check.d
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-05 02:06:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-05 02:06:51 +0100
commita5a60a0e01733705770f24a57953bf44ee06467d (patch)
tree5fa8cc0b689bd45faed74f1be3dcd0a64c8df50b /metadata/install-qa-check.d
parenta87d0d6b8bfa400637c56d3194b22fca5cbd6f9e (diff)
gentoo auto-resync : 05:08:2022 - 02:06:51
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60python-pyc2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
index 4679070328c0..fdd232422880 100644
--- a/metadata/install-qa-check.d/60python-pyc
+++ b/metadata/install-qa-check.d/60python-pyc
@@ -19,7 +19,7 @@ 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.
- has_version ">=dev-python/gpep517-8" || return
+ nonfatal has_version ">=dev-python/gpep517-8" || return
for prog in "${progs[@]}"; do
local impl=${prog%/*}