Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/
Date: Wed, 03 Aug 2022 04:27:29
Message-Id: 1659500819.83a5cad812cdce67994d3c44105e18f443d9a106.sam@gentoo
1 commit: 83a5cad812cdce67994d3c44105e18f443d9a106
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 04:26:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 04:26:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a5cad8
7
8 metadata/install-qa-check.d: drop -b from has_version in 60python-pyc
9
10 Only for EAPI 7+, duh. Not going with the faff of --host-root for EAPI
11 6 etc for now given it's just an optional check.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 metadata/install-qa-check.d/60python-pyc | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
19 index 37b0acaf7e0a..f2d5ff3452dd 100644
20 --- a/metadata/install-qa-check.d/60python-pyc
21 +++ b/metadata/install-qa-check.d/60python-pyc
22 @@ -19,7 +19,7 @@ python_pyc_check() {
23 # Avoid running the check if sufficiently new gpep517 is not installed
24 # yet. It's valid to schedule (for merge order) >=gpep517-8 after
25 # packages which have this check run if they don't use distutils-r1.
26 - has_version -b ">=dev-python/gpep517-8" || return
27 + has_version ">=dev-python/gpep517-8" || return
28
29 for prog in "${progs[@]}"; do
30 local impl=${prog%/*}