Diff wofi-1.3 with a wofi-9999

/usr/portage/gui-apps/wofi/wofi-9999.ebuild 2023-10-09 14:52:31.172368393 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11
else
12 12
	SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13 13
	S="${WORKDIR}/${PN}-v${PV}"
14
	KEYWORDS="amd64"
14
	KEYWORDS="~amd64"
15 15
fi
16 16

  
17 17
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
Thank you!