dev-python/pyside: Stabilize 6.9.1 arm64, #958657

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

View File

@ -32,7 +32,7 @@ if [[ ${PV} == *.9999 ]]; then
else
SRC_URI="https://download.qt.io/official_releases/QtForPython/${PN}6/PySide6-${PV}-src/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="|| ( GPL-2 GPL-3 LGPL-3 )"