diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 15:41:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 15:41:16 +0100 |
commit | 949cae5cf2c3c0b6d40b355f85aedc70eb5e92d7 (patch) | |
tree | 9d363b577e876a84d000be4965cfdc306ea3bd0a /gui-wm | |
parent | gui-apps/wf-shell: Stabilize 0.8.1 amd64, #930588 (diff) | |
download | gentoo-949cae5cf2c3c0b6d40b355f85aedc70eb5e92d7.tar.gz gentoo-949cae5cf2c3c0b6d40b355f85aedc70eb5e92d7.tar.bz2 gentoo-949cae5cf2c3c0b6d40b355f85aedc70eb5e92d7.zip |
gui-wm/wayfire: Stabilize 0.8.1-r1 amd64, #930588
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild b/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild index 82d800484181..f3277a9f1614 100644 --- a/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild +++ b/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.8" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" SLOT="0/$(ver_cut 1-2)" fi |