summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-16 23:08:44 +0100
committerSam James <sam@gentoo.org>2023-08-17 03:54:16 +0100
commitae63f28acab6d76a81fb094890fcd2d5439f31ad (patch)
tree02747478871c92734bf865f268aa5785979e7f55
parent3073218e323c3231ace9cc51535007f127ec6234 (diff)
downloadgentoo-ae63f28acab6d76a81fb094890fcd2d5439f31ad.tar.gz
gentoo-ae63f28acab6d76a81fb094890fcd2d5439f31ad.tar.bz2
gentoo-ae63f28acab6d76a81fb094890fcd2d5439f31ad.zip
virtual/dist-kernel: Bump to 6.1.46
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--virtual/dist-kernel/dist-kernel-6.1.46.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.1.46.ebuild b/virtual/dist-kernel/dist-kernel-6.1.46.ebuild
new file mode 100644
index 000000000000..8012e544096f
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.1.46.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/${PV}"
+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}
+ )"