commit: 13f4bd3fb34ec13cec1add007d3a1fc213907c6a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 16:14:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 16:14:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f4bd3f
app-arch/bzip3: Stabilize 1.2.1 arm64, #885601
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/bzip3/bzip3-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/bzip3/bzip3-1.2.1.ebuild
b/app-arch/bzip3/bzip3-1.2.1.ebuild
index e1d9825e3aa2..4bbe2c3cdb5b 100644
--- a/app-arch/bzip3/bzip3-1.2.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git"
else
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64 ~loong ~x86"
+ KEYWORDS="amd64 arm64 ~loong ~x86"
fi
LICENSE="LGPL-3+"