mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user