diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 21:28:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 21:28:46 +0200 |
commit | f38f2343fae0d25c521f015ba24c6f95bd44c484 (patch) | |
tree | 75a63c21238b2b2367cd052e566daa1b3fdfdca6 /gui-wm/wayfire/wayfire-0.7.3-r3.ebuild | |
parent | x11-misc/xlockmore: Stabilize 5.69 amd64, #886819 (diff) | |
download | gentoo-f38f2343fae0d25c521f015ba24c6f95bd44c484.tar.gz gentoo-f38f2343fae0d25c521f015ba24c6f95bd44c484.tar.bz2 gentoo-f38f2343fae0d25c521f015ba24c6f95bd44c484.zip |
gui-wm/wayfire: Stabilize 0.7.3-r3 amd64, #886731
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm/wayfire/wayfire-0.7.3-r3.ebuild')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.7.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.7.3-r3.ebuild b/gui-wm/wayfire/wayfire-0.7.3-r3.ebuild index 29f736e0357a..11c7657d676e 100644 --- a/gui-wm/wayfire/wayfire-0.7.3-r3.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.3-r3.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/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" fi LICENSE="MIT" |