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/shellcheck-bin/
Date: Thu, 03 Nov 2022 06:15:24
Message-Id: 1667456097.feb5d58a8af47fae9d53b38c9a2336bc07fdf453.sam@gentoo
1 commit: feb5d58a8af47fae9d53b38c9a2336bc07fdf453
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 06:14:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 06:14:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb5d58a
7
8 dev-util/shellcheck-bin: Stabilize 0.8.0 arm64, #878961
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
16 index c825ca6b13ef..c87ac42ea72c 100644
17 --- a/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
18 +++ b/dev-util/shellcheck-bin/shellcheck-bin-0.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ SRC_URI="
26
27 LICENSE="GPL-3+"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64"
30 +KEYWORDS="~amd64 ~arm arm64"
31
32 DEPEND="!dev-util/shellcheck"
33 RDEPEND="${DEPEND}"