diff options
author | 2023-11-08 20:04:02 +0100 | |
---|---|---|
committer | 2023-11-08 22:26:06 +0100 | |
commit | a1f974e7a22810372bf60320559aacd898c72b9d (patch) | |
tree | 1cdc5d89b0596c53ce9c34a1961b73f7595b0226 /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 5.15.138 (diff) | |
download | gentoo-a1f974e7a22810372bf60320559aacd898c72b9d.tar.gz gentoo-a1f974e7a22810372bf60320559aacd898c72b9d.tar.bz2 gentoo-a1f974e7a22810372bf60320559aacd898c72b9d.zip |
virtual/dist-kernel: Bump to 5.15.138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.15.138.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.15.138.ebuild b/virtual/dist-kernel/dist-kernel-5.15.138.ebuild new file mode 100644 index 000000000000..6e4e4714e283 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.138.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 ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" |