diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 03:57:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 03:57:25 +0000 |
commit | c2fbea840c5d6bf6fb94e597b003ae8e72a825d2 (patch) | |
tree | 035803f6860bdcc3e776e1ba706dc616667d4404 /sys-kernel/linux-headers | |
parent | dev-cpp/cpp-hocon: Stabilize 0.3.0-r1 amd64, #830201 (diff) | |
download | gentoo-c2fbea840c5d6bf6fb94e597b003ae8e72a825d2.tar.gz gentoo-c2fbea840c5d6bf6fb94e597b003ae8e72a825d2.tar.bz2 gentoo-c2fbea840c5d6bf6fb94e597b003ae8e72a825d2.zip |
sys-kernel/linux-headers: stabilize 5.15-r3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/linux-headers')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild b/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild index 7fc09552f9bc..6541482454d5 100644 --- a/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-5.15-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="${KERNEL_URI} ${PATCH_VER:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/sys-kernel/linux-headers/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}" S="${WORKDIR}/linux-${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" BDEPEND="app-arch/xz-utils dev-lang/perl" |