commit: 2aa9db9936ff592b0eaa86597e2b401e578ccb90
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 16:04:40 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 23 16:09:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa9db99
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 <AT> gentoo.org>
gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild | 2 +-
gui-apps/wf-shell/wf-shell-0.8.1.ebuild | 2 +-
gui-apps/wf-shell/wf-shell-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild
b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild
index 3848acf28b87..32e702833393 100644
--- a/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild
+++ b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild
@@ -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
diff --git a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild
b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild
index 5714b6ad5e53..17d95bd11175 100644
--- a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild
+++ b/gui-apps/wf-shell/wf-shell-0.8.1.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
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