Сравнение fwupd-efi-1.6-r1 с fwupd-efi-1.7

/usr/portage/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild 2025-10-16 18:21:12.839719854 +0300
1
# Copyright 2021-2024 Gentoo Authors
1
# Copyright 2021-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..13} )
6
PYTHON_COMPAT=( python3_{11..13} )
7 7

  
8 8
inherit meson python-any-r1 secureboot
9 9

  
......
14 14
	inherit git-r3
15 15
	EGIT_REPO_URI="https://github.com/fwupd/fwupd-efi.git"
16 16
else
17
	SRC_URI="https://github.com/fwupd/${PN}/releases/download/${PV}/${P}.tar.xz"
18
	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
17
	SRC_URI="https://github.com/fwupd/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
18
	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
19 19
fi
20 20

  
21 21
LICENSE="LGPL-2.1+"
Спасибо!