summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-16 11:01:00 +0100
committerSam James <sam@gentoo.org>2023-09-16 11:01:53 +0100
commit733beabc35631f09e3ee27135c134fe501471df7 (patch)
tree56e50978ecf57bc2f3c972e6eabf67622068efac /virtual
parentdev-libs/libsodium: use new verify-sig minisign support (diff)
downloadgentoo-733beabc35631f09e3ee27135c134fe501471df7.tar.gz
gentoo-733beabc35631f09e3ee27135c134fe501471df7.tar.bz2
gentoo-733beabc35631f09e3ee27135c134fe501471df7.zip
virtual/dist-kernel: add 6.1.53-r1
On reflection, we really do need to bump the virtuals otherwise out of tree modules are going to be broken (whenever we rebuilt the binaries, this is going to cause an issue). Bug: https://bugs.gentoo.org/914204 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild b/virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild
new file mode 100644
index 000000000000..e7f27458cb16
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PF}"
+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}
+ )"