dev-libs/bemenu: Stabilize 0.6.10-r1 arm64, #922862

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-28 04:53:44 +01:00
parent ff755216f9
commit 5e2ef66cb2

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2024 Gentoo Authors
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/Cloudef/bemenu.git"
else
SRC_URI="https://github.com/Cloudef/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="amd64 arm64 x86"
fi
LICENSE="GPL-3"