Diff dmidecode-3.5-r2 with a dmidecode-3.5-r3
/usr/portage/sys-apps/dmidecode/dmidecode-3.5-r3.ebuild 2023-10-09 14:52:35.364368498 +0300 | ||
---|---|---|
10 | 10 |
DESCRIPTION="DMI (Desktop Management Interface) table related utilities" |
11 | 11 |
HOMEPAGE="https://www.nongnu.org/dmidecode/" |
12 | 12 |
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz" |
13 |
PATCHES=() |
|
14 |
UPSTREAM_PATCHES=( |
|
15 |
c76ddda0ba0aa99a55945e3290095c2ec493c892 |
|
16 |
80de376231e903d2cbea95e51ffea31860502159 |
|
17 |
) |
|
18 | ||
19 |
for c in "${UPSTREAM_PATCHES[@]}" ; do |
|
20 |
SRC_URI+=" https://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=${c} -> ${P}-${c}.patch " |
|
21 |
PATCHES+=( "${DISTDIR}"/${P}-${c}.patch ) |
|
22 |
done |
|
13 | 23 | |
14 | 24 |
LICENSE="GPL-2" |
15 | 25 |
SLOT="0" |
16 |
KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv x86" |
|
26 |
KEYWORDS="-* ~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" |
|
17 | 27 |
IUSE="selinux" |
18 | 28 | |
19 | 29 |
RDEPEND="selinux? ( sec-policy/selinux-dmidecode )" |
20 | 30 | |
21 |
PATCHES=( |
|
22 |
"${FILESDIR}"/${P}-backport-HPE-OEM-record-137-fix.patch |
|
23 |
) |
|
24 | ||
25 | 31 |
src_prepare() { |
26 | 32 |
default |
27 | 33 |