summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-05 20:37:07 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-06 01:12:48 +0100
commit397973329190199065bd3319115f46b781826a72 (patch)
treedc2825254acf08e3669378c020d7757a00f26e31
parentsys-kernel/gentoo-kernel: Bump to 5.4.170 (diff)
downloadgentoo-39797332.tar.gz
gentoo-39797332.tar.bz2
gentoo-39797332.zip
virtual/dist-kernel: Bump to 5.4.170
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--virtual/dist-kernel/dist-kernel-5.10.90.ebuild2
-rw-r--r--virtual/dist-kernel/dist-kernel-5.15.13.ebuild2
-rw-r--r--virtual/dist-kernel/dist-kernel-5.4.170.ebuild19
3 files changed, 21 insertions, 2 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.10.90.ebuild b/virtual/dist-kernel/dist-kernel-5.10.90.ebuild
index 42356c342fbe..8c4f59516aed 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.90.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.90.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/virtual/dist-kernel/dist-kernel-5.15.13.ebuild b/virtual/dist-kernel/dist-kernel-5.15.13.ebuild
index 42356c342fbe..8c4f59516aed 100644
--- a/virtual/dist-kernel/dist-kernel-5.15.13.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.15.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/virtual/dist-kernel/dist-kernel-5.4.170.ebuild b/virtual/dist-kernel/dist-kernel-5.4.170.ebuild
new file mode 100644
index 000000000000..2e0a7cc6b4b7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.170.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 ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ || (
+ ~sys-kernel/gentoo-kernel-${PV}
+ ~sys-kernel/gentoo-kernel-bin-${PV}
+ ~sys-kernel/vanilla-kernel-${PV}
+ )"