diff options
author | Joonas Niilola <juippis@gentoo.org> | 2025-01-24 09:13:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2025-01-24 09:14:28 +0200 |
commit | 309a96c109f9554a19e43e80b46572a1e0ea3190 (patch) | |
tree | e5927ea75bb282eafcc18b2e5a76df061c4d5cc3 /dev-util/bats | |
parent | app-backup/backintime: Stabilize 1.5.1 ALLARCHES, #948061 (diff) | |
download | gentoo-309a96c109f9554a19e43e80b46572a1e0ea3190.tar.gz gentoo-309a96c109f9554a19e43e80b46572a1e0ea3190.tar.bz2 gentoo-309a96c109f9554a19e43e80b46572a1e0ea3190.zip |
dev-util/bats: Stabilize 1.11.1 ALLARCHES, #947717
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/bats')
-rw-r--r-- | dev-util/bats/bats-1.11.1.ebuild | 4 |
1 files 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}" |