Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 770979
Collapse All | Expand All

(-)a/sys-kernel/linux-headers/linux-headers-5.11.ebuild (-4 / +2 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="6"
4
EAPI=7
5
5
6
ETYPE="headers"
6
ETYPE="headers"
7
H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh sparc x86 xtensa"
7
H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh sparc x86 xtensa"
Lines 17-25 SRC_URI="${KERNEL_URI} Link Here
17
17
18
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
18
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
19
19
20
DEPEND="app-arch/xz-utils
20
BDEPEND="app-arch/xz-utils
21
	dev-lang/perl"
21
	dev-lang/perl"
22
RDEPEND=""
23
22
24
S=${WORKDIR}/linux-${PV}
23
S=${WORKDIR}/linux-${PV}
25
24
26
- 

Return to bug 770979