summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-05-23 12:04:15 -0400
committerMatt Turner <mattst88@gentoo.org>2024-05-23 12:09:58 -0400
commitdc44ac769dee6a7df4e6fcca206bb2075bddb006 (patch)
tree99f010e3a4bb4f097bb6946f73d5e3728f531d3e /gui-apps
parentmedia-libs/libprojectm: Depend on libglvnd, not mesa (diff)
downloadgentoo-dc44ac769dee6a7df4e6fcca206bb2075bddb006.tar.gz
gentoo-dc44ac769dee6a7df4e6fcca206bb2075bddb006.tar.bz2
gentoo-dc44ac769dee6a7df4e6fcca206bb2075bddb006.zip
gui-apps/wcm: 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')
-rw-r--r--gui-apps/wcm/wcm-0.8.0.ebuild2
-rw-r--r--gui-apps/wcm/wcm-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/wcm/wcm-0.8.0.ebuild b/gui-apps/wcm/wcm-0.8.0.ebuild
index 355d019aabd3..81b41754343f 100644
--- a/gui-apps/wcm/wcm-0.8.0.ebuild
+++ b/gui-apps/wcm/wcm-0.8.0.ebuild
@@ -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
diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild
index e25a807c30df..d08911344293 100644
--- a/gui-apps/wcm/wcm-9999.ebuild
+++ b/gui-apps/wcm/wcm-9999.ebuild
@@ -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