summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-11 02:09:28 +0100
committerSam James <sam@gentoo.org>2023-10-11 08:48:16 +0100
commit930c9e97a6e8785f69a4ba85888af6a2921bb3a3 (patch)
tree5a88c9af4c8f0e6719cbebf9b09d350be2ae48bb /virtual
parentsys-kernel/gentoo-kernel: Bump to 5.10.198 (diff)
downloadgentoo-930c9e97a6e8785f69a4ba85888af6a2921bb3a3.tar.gz
gentoo-930c9e97a6e8785f69a4ba85888af6a2921bb3a3.tar.bz2
gentoo-930c9e97a6e8785f69a4ba85888af6a2921bb3a3.zip
virtual/dist-kernel: Bump to 5.10.198
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/dist-kernel/dist-kernel-5.10.198.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.10.198.ebuild b/virtual/dist-kernel/dist-kernel-5.10.198.ebuild
new file mode 100644
index 000000000000..2a54957bca11
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.198.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/${PVR}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ || (
+ ~sys-kernel/gentoo-kernel-${PV}
+ ~sys-kernel/gentoo-kernel-bin-${PV}
+ ~sys-kernel/vanilla-kernel-${PV}
+ )"