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