summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-28 19:54:22 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-28 19:55:49 +0100
commitc81e0b857be782637e6d7abaaafadbe3fd0b366b (patch)
tree72346786dcba54ce2bceaa44d842cd8e20532ff6 /virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild
parentdev-python/pydevd: Enable py3.13 (diff)
downloadgentoo-c81e0b857be782637e6d7abaaafadbe3fd0b366b.tar.gz
gentoo-c81e0b857be782637e6d7abaaafadbe3fd0b366b.tar.bz2
gentoo-c81e0b857be782637e6d7abaaafadbe3fd0b366b.zip
virtual/dist-kernel: Revbump 6.11.5 for the genpatches bump
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild')
-rw-r--r--virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild b/virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild
new file mode 100644
index 000000000000..41739d22621d
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.11.5-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021-2024 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}-r1:${PV}
+ >=sys-kernel/gentoo-kernel-bin-${PV}-r1:${PV}
+ ~sys-kernel/vanilla-kernel-${PV}
+ )
+"