diff options
author | Sam James <sam@gentoo.org> | 2024-10-24 11:22:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-24 11:22:50 +0100 |
commit | b999a4c9ca280871ee9c40736166db00841ea572 (patch) | |
tree | b1694a8e3e2170740aed52484e01bed0e8b8519a /gui-libs | |
parent | gui-apps/wcm: Stabilize 0.9.0 amd64, #942047 (diff) | |
download | gentoo-b999a4c9ca280871ee9c40736166db00841ea572.tar.gz gentoo-b999a4c9ca280871ee9c40736166db00841ea572.tar.bz2 gentoo-b999a4c9ca280871ee9c40736166db00841ea572.zip |
gui-libs/wf-config: Stabilize 0.9.0 amd64, #942047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wf-config/wf-config-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wf-config/wf-config-0.9.0.ebuild b/gui-libs/wf-config/wf-config-0.9.0.ebuild index b90440cd81b9..802afab2caf8 100644 --- a/gui-libs/wf-config/wf-config-0.9.0.ebuild +++ b/gui-libs/wf-config/wf-config-0.9.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" SLOT="0/$(ver_cut 1-2)" fi |