Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
Date: Sat, 01 Jan 2022 03:57:54
Message-Id: 1641009445.c2fbea840c5d6bf6fb94e597b003ae8e72a825d2.sam@gentoo
1 commit: c2fbea840c5d6bf6fb94e597b003ae8e72a825d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 03:57:25 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 03:57:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fbea84
7
8 sys-kernel/linux-headers: stabilize 5.15-r3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild b/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild
16 index 7fc09552f9bc..6541482454d5 100644
17 --- a/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild
18 +++ b/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="${KERNEL_URI}
26 ${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}"
27 S="${WORKDIR}/linux-${PV}"
28
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
31
32 BDEPEND="app-arch/xz-utils
33 dev-lang/perl"