Diff fwupd-efi-1.6-r1 with a fwupd-efi-1.7
| /usr/portage/sys-apps/fwupd-efi/fwupd-efi-1.7.ebuild 2025-02-03 17:39:35.926677980 +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 |
| ... | ... | |
| 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+" |