diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-23 12:04:40 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-23 12:09:58 -0400 |
commit | 2aa9db9936ff592b0eaa86597e2b401e578ccb90 (patch) | |
tree | 93b476561bfe3d7c696af0753e037de8d8fa32ea /gui-apps/wf-shell/wf-shell-9999.ebuild | |
parent | gui-apps/wcm: Drop x86 keyword (diff) | |
download | gentoo-2aa9db9936ff592b0eaa86597e2b401e578ccb90.tar.gz gentoo-2aa9db9936ff592b0eaa86597e2b401e578ccb90.tar.bz2 gentoo-2aa9db9936ff592b0eaa86597e2b401e578ccb90.zip |
gui-apps/wf-shell: Drop x86 keyword
Commit e312ad721e81 ("gui-wm/wayfire: add 0.8.1") dropped x86 keywords
from the new version.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-apps/wf-shell/wf-shell-9999.ebuild')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 134b2da87270..11f4142ea117 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -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 |