gui-apps/wcm: Drop x86 keyword

Commit e312ad721e ("gui-wm/wayfire: add 0.8.1") dropped x86 keywords
from the new version.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-05-23 12:04:15 -04:00
parent 46ea770659
commit dc44ac769d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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