commit: cfaa8301d4b253e1644be4a3a89ea25257f35605
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 11:45:06 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 12:13:05 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa8301
dev-util/bats: Stabilize 1.13.0 ALLARCHES, #970112
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/bats/bats-1.13.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/bats/bats-1.13.0.ebuild b/dev-util/bats/bats-1.13.0.ebuild
index d5dfda05dafd..ebb936738cca 100644
--- a/dev-util/bats/bats-1.13.0.ebuild
+++ b/dev-util/bats/bats-1.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
DEPEND="app-shells/bash:*"
RDEPEND="${DEPEND}"