gui-apps/wcm: unkeyword 0.11.0_pre20260801 for ~arm64

Drop ~arm64 until gui-apps/wf-shell is rekeyworded.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-08-01 17:04:23 +03:00
parent cab01a3abd
commit 08f166af66
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ else
COMMIT=14f2e03fc4bfa3a20d10b913461636363e39240c
SRC_URI="https://github.com/WayfireWM/wcm/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${COMMIT}
KEYWORDS="~amd64 ~arm64"
KEYWORDS="~amd64"
SLOT="0/$(ver_cut 1-2)"
fi

View File

@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
SLOT="0/0.12"
else
SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="~amd64"
SLOT="0/$(ver_cut 1-2)"
fi