commit: 309a96c109f9554a19e43e80b46572a1e0ea3190 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 07:13:26 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 07:14:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309a96c1
dev-util/bats: Stabilize 1.11.1 ALLARCHES, #947717 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/bats/bats-1.11.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bats/bats-1.11.1.ebuild b/dev-util/bats/bats-1.11.1.ebuild index cf782a5559be..4b9368319943 100644 --- a/dev-util/bats/bats-1.11.1.ebuild +++ b/dev-util/bats/bats-1.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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}"