summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-11-23 22:03:52 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-11-23 22:03:52 -0800
commit167bb006187cced8a4e7b7156fd1ae54146bd7de (patch)
treedadd014331a8aeb14b9bba76ec5ebe3610cd99d9 /dev-util/bats
parentnet-im/telegram-desktop: bump to 2.4.11, make wayland optional (diff)
downloadgentoo-167bb006187cced8a4e7b7156fd1ae54146bd7de.tar.gz
gentoo-167bb006187cced8a4e7b7156fd1ae54146bd7de.tar.bz2
gentoo-167bb006187cced8a4e7b7156fd1ae54146bd7de.zip
dev-util/bats: add arm64 keyword
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/bats')
-rw-r--r--dev-util/bats/bats-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bats/bats-1.2.1.ebuild b/dev-util/bats/bats-1.2.1.ebuild
index 797890f4d2e4..82cdfda1600c 100644
--- a/dev-util/bats/bats-1.2.1.ebuild
+++ b/dev-util/bats/bats-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
DEPEND="app-shells/bash:*"
RDEPEND="${DEPEND}"