From 5d753cf2670061d2d4e3a24cc5bcd8854ca4608e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 29 Sep 2025 22:47:57 +0100 Subject: [PATCH] gui-apps/wf-shell: Stabilize 0.10.0 arm64, #963552 Signed-off-by: Sam James --- gui-apps/wf-shell/wf-shell-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wf-shell/wf-shell-0.10.0.ebuild b/gui-apps/wf-shell/wf-shell-0.10.0.ebuild index b86e84eaeea65..7b04383c9bc52 100644 --- a/gui-apps/wf-shell/wf-shell-0.10.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.10.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 arm64" SLOT="0/$(ver_cut 1-2)" fi