diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 05:46:18 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 05:46:18 +0000 |
commit | 2b2e77532e17a7f6efc9ee99287cd0df3937398f (patch) | |
tree | 6ac5875c6681a835563611be60586ffb47080efb /gui-libs | |
parent | gui-apps/wcm: Stabilize 0.9.0 arm64, #942065 (diff) | |
download | gentoo-2b2e77532e17a7f6efc9ee99287cd0df3937398f.tar.gz gentoo-2b2e77532e17a7f6efc9ee99287cd0df3937398f.tar.bz2 gentoo-2b2e77532e17a7f6efc9ee99287cd0df3937398f.zip |
gui-libs/wf-config: Stabilize 0.9.0 arm64, #942065
Signed-off-by: Arthur Zamarin <arthurzam@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 802afab2caf8..7611f428a2a1 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 |