From 73da86c0c3294973208f40cbdb6d5b9824fc1038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 1 Dec 2025 20:18:17 +0100 Subject: [PATCH] virtual/dist-kernel: Bump to 6.6.118 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- virtual/dist-kernel/dist-kernel-6.6.118.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 virtual/dist-kernel/dist-kernel-6.6.118.ebuild diff --git a/virtual/dist-kernel/dist-kernel-6.6.118.ebuild b/virtual/dist-kernel/dist-kernel-6.6.118.ebuild new file mode 100644 index 000000000000..b2fc8bfa353f --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.6.118.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +"