summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-02 17:33:05 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-02 20:29:37 +0100
commitb31d4213a70b9b6435ecf665b0df89bcb4d7c62b (patch)
treef588912192ab5cb85a002ee94d613f24eabe4a57
parentc9183259f0145a0324b8efc779ba68b001d831ff (diff)
downloadgentoo-b31d4213a70b9b6435ecf665b0df89bcb4d7c62b.tar.gz
gentoo-b31d4213a70b9b6435ecf665b0df89bcb4d7c62b.tar.bz2
gentoo-b31d4213a70b9b6435ecf665b0df89bcb4d7c62b.zip
virtual/dist-kernel: Bump to 6.12.57
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--virtual/dist-kernel/dist-kernel-6.12.57.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.12.57.ebuild b/virtual/dist-kernel/dist-kernel-6.12.57.ebuild
new file mode 100644
index 000000000000..b2fc8bfa353f
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.12.57.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*}
+ )
+"