summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-12 16:49:59 +0000
committerSam James <sam@gentoo.org>2022-03-12 16:50:50 +0000
commitdb9b3259b44ae57777376c63318d03c217f0f382 (patch)
tree4ee70bb8d914b2d96dddbf68b5b8776ed9125278 /virtual
parentvirtual/dist-kernel: add 5.4.184 (diff)
downloadgentoo-db9b3259b44ae57777376c63318d03c217f0f382.tar.gz
gentoo-db9b3259b44ae57777376c63318d03c217f0f382.tar.bz2
gentoo-db9b3259b44ae57777376c63318d03c217f0f382.zip
virtual/dist-kernel: add 5.10.105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/dist-kernel/dist-kernel-5.10.105.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.10.105.ebuild b/virtual/dist-kernel/dist-kernel-5.10.105.ebuild
new file mode 100644
index 000000000000..8c4f59516aed
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.105.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 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 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ || (
+ ~sys-kernel/gentoo-kernel-${PV}
+ ~sys-kernel/gentoo-kernel-bin-${PV}
+ ~sys-kernel/vanilla-kernel-${PV}
+ )"