summaryrefslogtreecommitdiff
path: root/dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild')
-rw-r--r--dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild
index 77b8ddc5654e..d681e4714668 100644
--- a/dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild
+++ b/dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,11 +10,12 @@ HOMEPAGE="https://www.shellcheck.net/"
SRC_URI="
amd64? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz )
arm? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.armv6hf.tar.xz )
+ arm64? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.aarch64.tar.xz )
"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm"
+KEYWORDS="amd64 ~arm ~arm64"
DEPEND="!dev-util/shellcheck"
RDEPEND="${DEPEND}"