commit: e4e4fec14179f09336ada0e9db6b9a12229077d4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 11:44:59 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 11:44:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e4fec1
app-arch/bzip3: Stabilize 1.5.1 arm64, #948542
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/bzip3/bzip3-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/bzip3/bzip3-1.5.1.ebuild
b/app-arch/bzip3/bzip3-1.5.1.ebuild
index d68cee20c76b..2042302f1194 100644
--- a/app-arch/bzip3/bzip3-1.5.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.5.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
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then
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+"