diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-08 19:01:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-08 22:45:06 +0100 |
commit | 8c0057e3304f54691b5a455b88cd26ace99ecce4 (patch) | |
tree | 7d77454a6e4dc04183588beb8b1b3ffeb591e8d4 /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 5.15.171 (diff) | |
download | gentoo-8c0057e3304f54691b5a455b88cd26ace99ecce4.tar.gz gentoo-8c0057e3304f54691b5a455b88cd26ace99ecce4.tar.bz2 gentoo-8c0057e3304f54691b5a455b88cd26ace99ecce4.zip |
virtual/dist-kernel: Bump to 5.15.171
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.15.171.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.15.171.ebuild b/virtual/dist-kernel/dist-kernel-5.15.171.ebuild new file mode 100644 index 000000000000..3b4d92e6969b --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.171.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" |