Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/
Date: Thu, 02 Jun 2022 02:19:59
Message-Id: 1654136352.a253a5b2aaf2ce39d30281a1c2701aaa0fd9a57f.sam@gentoo
1 commit: a253a5b2aaf2ce39d30281a1c2701aaa0fd9a57f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 02:19:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 02:19:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a253a5b2
7
8 dev-util/checkbashisms: Stabilize 2.22.1 x86, #849140
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/checkbashisms/checkbashisms-2.22.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/checkbashisms/checkbashisms-2.22.1.ebuild b/dev-util/checkbashisms/checkbashisms-2.22.1.ebuild
16 index 6dc908d9db9f..9b240937f043 100644
17 --- a/dev-util/checkbashisms/checkbashisms-2.22.1.ebuild
18 +++ b/dev-util/checkbashisms/checkbashisms-2.22.1.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}/scripts"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
25
26 # Requires python packages to check tools we don't need anyway
27 RESTRICT="test"