Diff shellcheck-bin-0.8.0 with a shellcheck-bin-0.9.0

/usr/portage/dev-util/shellcheck-bin/shellcheck-bin-0.9.0.ebuild 2023-10-09 14:52:31.004368388 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
MY_PN=${PN/-bin/}
7 7
BASE_URI="https://github.com/koalaman/${MY_PN}/releases/download/v${PV}/${MY_PN}-v${PV}.linux"
......
16 16

  
17 17
LICENSE="GPL-3+"
18 18
SLOT="0"
19
KEYWORDS="amd64 ~arm arm64"
19
KEYWORDS="-* amd64 ~arm arm64"
20 20

  
21 21
DEPEND="!dev-util/shellcheck"
22 22
RDEPEND="${DEPEND}"
Thank you!