diff options
author | Sam James <sam@gentoo.org> | 2024-01-21 05:04:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 05:04:28 +0000 |
commit | 9b3d4730b9b33498bda91ef56aec7a387746c5f1 (patch) | |
tree | 93c036f1fb0ff69f0247ec3d5f22b7d799e37ad1 /gui-wm | |
parent | gui-apps/wf-shell: Stabilize 0.8.0-r1 amd64, #922537 (diff) | |
download | gentoo-9b3d4730b9b33498bda91ef56aec7a387746c5f1.tar.gz gentoo-9b3d4730b9b33498bda91ef56aec7a387746c5f1.tar.bz2 gentoo-9b3d4730b9b33498bda91ef56aec7a387746c5f1.zip |
gui-wm/wayfire: Stabilize 0.8.0 amd64, #922537
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/wayfire/wayfire-0.8.0.ebuild b/gui-wm/wayfire/wayfire-0.8.0.ebuild index e732574d1134..82a5b045146c 100644 --- a/gui-wm/wayfire/wayfire-0.8.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" SLOT="0/$(ver_cut 1-2)" fi |