sys-apps/fwupd-efi: Stabilize 1.7 arm64, #950118

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-10-10 09:53:57 +03:00
parent 55cd65bdc7
commit 60ae2f335c
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit meson python-any-r1 secureboot
@ -15,7 +15,7 @@ if [[ ${PV} = *9999 ]]; then
EGIT_REPO_URI="https://github.com/fwupd/fwupd-efi.git"
else
SRC_URI="https://github.com/fwupd/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1+"