From 28ee5877b5207a5f451094dacb89dfc146ccea2f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 Jul 2024 03:39:02 +0100 Subject: [PATCH] gui-apps/wofi: Stabilize 1.4.1 amd64, #936800 Signed-off-by: Sam James --- gui-apps/wofi/wofi-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wofi/wofi-1.4.1.ebuild b/gui-apps/wofi/wofi-1.4.1.ebuild index cfd36d4d8f2f7..d0baf8d0442c8 100644 --- a/gui-apps/wofi/wofi-1.4.1.ebuild +++ b/gui-apps/wofi/wofi-1.4.1.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then else SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~riscv" + KEYWORDS="amd64 ~riscv" fi DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"