summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-04 17:09:14 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-04 21:09:15 +0200
commita702f43dc83e01b81a2a05ac38eac079342763be (patch)
tree931a31691155e093d5ef72341d49d2aa9957247f
parent9d9097d85bfd3cfd8cab135b03c11640c58d6b68 (diff)
downloadgentoo-a702f43dc83e01b81a2a05ac38eac079342763be.tar.gz
gentoo-a702f43dc83e01b81a2a05ac38eac079342763be.tar.bz2
gentoo-a702f43dc83e01b81a2a05ac38eac079342763be.zip
virtual/dist-kernel: Bump to 6.1.150
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--virtual/dist-kernel/dist-kernel-6.1.150.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.1.150.ebuild b/virtual/dist-kernel/dist-kernel-6.1.150.ebuild
new file mode 100644
index 000000000000..b299cd48997e
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.1.150.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 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ || (
+ ~sys-kernel/gentoo-kernel-${PV}
+ ~sys-kernel/gentoo-kernel-bin-${PV}
+ ~sys-kernel/vanilla-kernel-${PV%_p*}
+ )
+"