media-sound/bluez-alsa: Keyword 4.3.1-r1 arm, #965430

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-01 18:35:07 +00:00
parent e4239783aa
commit d59b4cef26
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-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/arkq/${PN}"
else
SRC_URI="https://github.com/arkq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="MIT"