Сравнение iucode_tool-2.3.1-r1 с iucode_tool-2.3.1-r2
| /usr/portage/sys-apps/iucode_tool/iucode_tool-2.3.1-r2.ebuild 2026-02-10 11:18:08.784099635 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI="7" |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 |
DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections" |
|
| 6 |
DESCRIPTION="Tool to manipulate Intel X86 and X86-64 processor microcode update collections" |
|
| 7 | 7 |
HOMEPAGE="https://gitlab.com/iucode-tool/" |
| 8 | 8 |
SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.xz"
|
| 9 |
S="${WORKDIR}/${PN/_/-}-${PV}"
|
|
| 9 | 10 | |
| 10 | 11 |
LICENSE="GPL-2" |
| 11 | 12 |
SLOT="0" |
| 12 |
KEYWORDS="-* amd64 x86" |
|
| 13 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
| 13 | 14 | |
| 14 | 15 |
RDEPEND="elibc_musl? ( sys-libs/argp-standalone )" |
| 15 | 16 |
DEPEND="${RDEPEND}"
|
| 16 | 17 | |
| 17 |
S="${WORKDIR}/${PN/_/-}-${PV}"
|
|
| 18 | ||
| 19 | 18 |
PATCHES=( |
| 20 | 19 |
"${FILESDIR}"/${PN}-2.3.1-limits-include.patch
|
| 20 |
"${FILESDIR}"/${PN}-2.3.1-non-x86.patch
|
|
| 21 | 21 |
) |