Diff linux-headers-6.3 with a linux-headers-6.4
/usr/portage/sys-kernel/linux-headers/linux-headers-6.4.ebuild 2023-10-09 14:52:35.532368502 +0300 | ||
---|---|---|
11 | 11 |
PATCH_PV=${PV} # to ease testing new versions against not existing patches |
12 | 12 |
PATCH_VER="1" |
13 | 13 |
PATCH_DEV="sam" |
14 |
SRC_URI="${KERNEL_URI} |
|
15 |
${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}" |
|
14 |
SRC_URI=" |
|
15 |
${KERNEL_URI} |
|
16 |
${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz} |
|
17 |
" |
|
16 | 18 |
S="${WORKDIR}/linux-${PV}" |
17 | 19 | |
18 | 20 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
19 | 21 | |
20 |
BDEPEND="app-arch/xz-utils |
|
21 |
dev-lang/perl" |
|
22 |
BDEPEND=" |
|
23 |
app-arch/xz-utils |
|
24 |
dev-lang/perl |
|
25 |
" |
|
22 | 26 | |
23 | 27 |
[[ -n ${PATCH_VER} ]] && PATCHES=( "${WORKDIR}"/${PATCH_PV} ) |
24 | 28 |