diff options
author | Sam James <sam@gentoo.org> | 2022-08-03 05:26:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-03 05:26:59 +0100 |
commit | 83a5cad812cdce67994d3c44105e18f443d9a106 (patch) | |
tree | 2e996515b323575014daa4afeffaf09291cc38ce | |
parent | net-news/newsboat: add 2.28 (diff) | |
download | gentoo-83a5cad812cdce67994d3c44105e18f443d9a106.tar.gz gentoo-83a5cad812cdce67994d3c44105e18f443d9a106.tar.bz2 gentoo-83a5cad812cdce67994d3c44105e18f443d9a106.zip |
metadata/install-qa-check.d: drop -b from has_version in 60python-pyc
Only for EAPI 7+, duh. Not going with the faff of --host-root for EAPI
6 etc for now given it's just an optional check.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | metadata/install-qa-check.d/60python-pyc | 2 |
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 37b0acaf7e0a..f2d5ff3452dd 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 -b ">=dev-python/gpep517-8" || return + has_version ">=dev-python/gpep517-8" || return for prog in "${progs[@]}"; do local impl=${prog%/*} |