From 8c84e1af45c9d0453867347c74706ea422c0d2b3 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Mon, 13 Sep 2021 10:26:50 +0300 Subject: gui-wm/wayfire: stabilize 0.7.2 for amd64 Closes: https://bugs.gentoo.org/811888 Signed-off-by: Joonas Niilola --- gui-wm/wayfire/wayfire-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-wm/wayfire') diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild index 15d00602b193..91bd59b30f01 100644 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.2.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 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" -- cgit v1.2.3-65-gdbad