diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 16:57:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 16:58:55 +0000 |
commit | 2fd0743fcdbbf60d5c36562a8d990128a7900e86 (patch) | |
tree | dcd0e072a7c14ad85a4b4c22082b9f1cc52a7f0f /gui-wm | |
parent | net-libs/c-client: Stabilize 2007f_p7 amd64, #901883 (diff) | |
download | gentoo-2fd0743fcdbbf60d5c36562a8d990128a7900e86.tar.gz gentoo-2fd0743fcdbbf60d5c36562a8d990128a7900e86.tar.bz2 gentoo-2fd0743fcdbbf60d5c36562a8d990128a7900e86.zip |
gui-wm/wayfire: Stabilize 0.7.5 amd64, #901885
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.7.5.ebuild b/gui-wm/wayfire/wayfire-0.7.5.ebuild index 42ab1b20d21d..3daa6027b141 100644 --- a/gui-wm/wayfire/wayfire-0.7.5.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.5.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" |