Diff linux-headers-6.1 with a linux-headers-6.3
/usr/portage/sys-kernel/linux-headers/linux-headers-6.3.ebuild 2023-10-09 14:52:35.532368502 +0300 | ||
---|---|---|
9 | 9 |
detect_version |
10 | 10 | |
11 | 11 |
PATCH_PV=${PV} # to ease testing new versions against not existing patches |
12 |
PATCH_VER="0" |
|
12 |
PATCH_VER="1" |
|
13 | 13 |
PATCH_DEV="sam" |
14 | 14 |
SRC_URI="${KERNEL_URI} |
15 | 15 |
${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}" |
16 | 16 |
S="${WORKDIR}/linux-${PV}" |
17 | 17 | |
18 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
19 | 19 | |
20 | 20 |
BDEPEND="app-arch/xz-utils |
21 | 21 |
dev-lang/perl" |
... | ... | |
30 | 30 |
src_prepare() { |
31 | 31 |
# TODO: May need forward porting to newer versions |
32 | 32 |
use elibc_musl && PATCHES+=( |
33 |
"${FILESDIR}"/${PN}-5.10-Use-stddefs.h-instead-of-compiler.h.patch |
|
34 | 33 |
"${FILESDIR}"/${PN}-5.15-remove-inclusion-sysinfo.h.patch |
35 | 34 |
) |
36 | 35 |