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