diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-23 12:05:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-23 12:09:58 -0400 |
commit | 1b8183ea35b257f37fd330ac172d447c50720669 (patch) | |
tree | 136130acd06d594b038e9e56feebd40b6459fcef | |
parent | gui-apps/wf-shell: Drop x86 keyword (diff) | |
download | gentoo-1b8183ea35b257f37fd330ac172d447c50720669.tar.gz gentoo-1b8183ea35b257f37fd330ac172d447c50720669.tar.bz2 gentoo-1b8183ea35b257f37fd330ac172d447c50720669.zip |
gui-libs/wayfire-plugins-extra: 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>
-rw-r--r-- | gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild index dc283f591171..dcfbca2f23b6 100644 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64" SLOT="0/$(ver_cut 1-2)" fi |