diff options
author | Sam James <sam@gentoo.org> | 2020-11-18 16:25:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-18 16:25:11 +0000 |
commit | bbf6d38bbdfe8f8da4be7641a44747a3dd2bf550 (patch) | |
tree | 95dfdb775f406194d3c9c6866d76876855ccac8f /gui-apps | |
parent | gui-apps/wcm: Stabilize 0.5.0 amd64, #752024 (diff) | |
download | gentoo-bbf6d38bbdfe8f8da4be7641a44747a3dd2bf550.tar.gz gentoo-bbf6d38bbdfe8f8da4be7641a44747a3dd2bf550.tar.bz2 gentoo-bbf6d38bbdfe8f8da4be7641a44747a3dd2bf550.zip |
gui-apps/wf-shell: Stabilize 0.5.0 amd64, #752024
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wf-shell/wf-shell-0.5.0.ebuild b/gui-apps/wf-shell/wf-shell-0.5.0.ebuild index 94c26507f32a..f4c6ec5dafef 100644 --- a/gui-apps/wf-shell/wf-shell-0.5.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.5.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" |