gui-apps/wmenu: Stabilize 0.2.0 arm64, #958848

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-07-03 06:22:22 +01:00
parent 03f30dbc5a
commit 32a346e219
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
else
SRC_URI="https://codeberg.org/adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"