summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-27 22:46:51 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-27 22:51:21 -0800
commit50d4b22cfdd846b513fc9ff1c0aa7b2dd746e0f8 (patch)
tree3f845a813683899b0d2d93e734e2fbcc2240e5fb /dev-util/shellcheck-bin/shellcheck-bin-0.7.0.ebuild
parentapp-text/tesseract: Fix misspelled word in package description (diff)
downloadgentoo-50d4b22cfdd846b513fc9ff1c0aa7b2dd746e0f8.tar.gz
gentoo-50d4b22cfdd846b513fc9ff1c0aa7b2dd746e0f8.tar.bz2
gentoo-50d4b22cfdd846b513fc9ff1c0aa7b2dd746e0f8.zip
dev-util/shellcheck-bin: add ~arm64 keyword and tarball
Closes: https://bugs.gentoo.org/710740 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
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}"