diff options
author | Sam James <sam@gentoo.org> | 2024-10-24 11:22:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-24 11:22:47 +0100 |
commit | 409f886e53afad07623143e9f44d57b550051514 (patch) | |
tree | 03879f760ccee64ce98af57a0c173e4b6fe5cf18 /gui-wm/wayfire | |
parent | net-misc/tigervnc: Stabilize 1.14.0-r2 x86, #942046 (diff) | |
download | gentoo-409f886e53afad07623143e9f44d57b550051514.tar.gz gentoo-409f886e53afad07623143e9f44d57b550051514.tar.bz2 gentoo-409f886e53afad07623143e9f44d57b550051514.zip |
gui-wm/wayfire: Stabilize 0.9.0 amd64, #942047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm/wayfire')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.9.0.ebuild b/gui-wm/wayfire/wayfire-0.9.0.ebuild index cc5975a96622..31f8c59c9a35 100644 --- a/gui-wm/wayfire/wayfire-0.9.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.9.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.10" 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 |