diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-08 16:47:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-08 20:05:33 +0200 |
commit | 64d1b35a1f5d38f8dc6bce9bed52fcc41453f6fc (patch) | |
tree | a4349a6b334c9c4ee8ac1bd2cf722e4c63992051 /virtual/dist-kernel | |
parent | sys-kernel/gentoo-kernel: Bump to 5.16.19 (diff) | |
download | gentoo-64d1b35a1f5d38f8dc6bce9bed52fcc41453f6fc.tar.gz gentoo-64d1b35a1f5d38f8dc6bce9bed52fcc41453f6fc.tar.bz2 gentoo-64d1b35a1f5d38f8dc6bce9bed52fcc41453f6fc.zip |
virtual/dist-kernel: Bump to 5.16.19
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/dist-kernel')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.16.19.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.16.19.ebuild b/virtual/dist-kernel/dist-kernel-5.16.19.ebuild new file mode 100644 index 000000000000..8c4f59516aed --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.16.19.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} + )" |