summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui-apps/wofi/wofi-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wofi/wofi-1.4.1.ebuild b/gui-apps/wofi/wofi-1.4.1.ebuild
index cfd36d4d8f2f..d0baf8d0442c 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"