Diff linux-headers-4.14-r2 with a linux-headers-4.19-r1
/usr/portage/sys-kernel/linux-headers/linux-headers-4.19-r1.ebuild 2023-10-09 14:52:35.532368502 +0300 | ||
---|---|---|
4 | 4 |
EAPI=7 |
5 | 5 | |
6 | 6 |
ETYPE="headers" |
7 |
H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 bfin cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 s390 score sh sparc tile x86 xtensa" |
|
7 |
H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh sparc x86 xtensa" |
|
8 | 8 |
inherit kernel-2 toolchain-funcs |
9 | 9 |
detect_version |
10 | 10 | |
11 | 11 |
PATCH_VER="1" |
12 | 12 |
SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz |
13 |
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}" |
|
13 |
https://dev.gentoo.org/~sam/distfiles/gentoo-headers-base-${PV}.tar.xz |
|
14 |
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz} |
|
15 |
${PATCH_VER:+https://dev.gentoo.org/~sam/distfiles/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}" |
|
14 | 16 |
S="${WORKDIR}/gentoo-headers-base-${PV}" |
15 | 17 | |
16 | 18 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |