@@ -, +, @@ --- sys-kernel/linux-headers/linux-headers-5.11.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/sys-kernel/linux-headers/linux-headers-5.11.ebuild +++ a/sys-kernel/linux-headers/linux-headers-5.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 ETYPE="headers" 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" @@ -17,9 +17,8 @@ SRC_URI="${KERNEL_URI} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -DEPEND="app-arch/xz-utils +BDEPEND="app-arch/xz-utils dev-lang/perl" -RDEPEND="" S=${WORKDIR}/linux-${PV} --