commit: 298b5180c76ff9cad00bd7b832bfb94a8de4cd2a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 17:32:45 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 17:32:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298b5180
app-shells/loksh: Stabilize 7.7 arm64, #961775
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-shells/loksh/loksh-7.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/loksh/loksh-7.7.ebuild
b/app-shells/loksh/loksh-7.7.ebuild
index fd8c69a081c0..60324d6ddcb3 100644
--- a/app-shells/loksh/loksh-7.7.ebuild
+++ b/app-shells/loksh/loksh-7.7.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then
else
SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 arm arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="public-domain"