gui-apps/wf-shell: 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:40 -04:00
parent dc44ac769d
commit 2aa9db9936
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
SLOT="0/9999"
else
SRC_URI="https://github.com/WayfireWM/${PN}/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.8"
else
SRC_URI="https://github.com/WayfireWM/wf-shell/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.8"
else
SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="~amd64 ~arm64"
SLOT="0/$(ver_cut 1-2)"
fi