Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
Date: Thu, 27 May 2021 21:48:48
Message-Id: 1622151754.dfc00a2c8a83f4875f1af0b9214811a6eb980474.slyfox@gentoo
1 commit: dfc00a2c8a83f4875f1af0b9214811a6eb980474
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 16 17:13:07 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 21:42:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc00a2c
7
8 sys-kernel/linux-headers: EAPI 7
9
10 Closes: https://bugs.gentoo.org/770979
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-kernel/linux-headers/linux-headers-5.12.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-kernel/linux-headers/linux-headers-5.12.ebuild b/sys-kernel/linux-headers/linux-headers-5.12.ebuild
19 index 6ce8a6c038a..6e9923bb2b8 100644
20 --- a/sys-kernel/linux-headers/linux-headers-5.12.ebuild
21 +++ b/sys-kernel/linux-headers/linux-headers-5.12.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI=7
28
29 ETYPE="headers"
30 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"
31 @@ -17,9 +17,8 @@ SRC_URI="${KERNEL_URI}
32
33 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
34
35 -DEPEND="app-arch/xz-utils
36 +BDEPEND="app-arch/xz-utils
37 dev-lang/perl"
38 -RDEPEND=""
39
40 S=${WORKDIR}/linux-${PV}