diff options
author | Sam James <sam@gentoo.org> | 2024-07-28 03:39:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-28 03:39:02 +0100 |
commit | 28ee5877b5207a5f451094dacb89dfc146ccea2f (patch) | |
tree | 7ba09d8191612509f73ae8180b4c9057de115d23 /gui-apps | |
parent | dev-util/rizin: Stabilize 0.7.3 amd64, #936799 (diff) | |
download | gentoo-28ee5877b5207a5f451094dacb89dfc146ccea2f.tar.gz gentoo-28ee5877b5207a5f451094dacb89dfc146ccea2f.tar.bz2 gentoo-28ee5877b5207a5f451094dacb89dfc146ccea2f.zip |
gui-apps/wofi: Stabilize 1.4.1 amd64, #936800
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wofi/wofi-1.4.1.ebuild | 2 |
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" |