diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-23 13:15:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-23 15:13:34 +0100 |
commit | 63a8c18f34afd6ce888b83dff6026ccfd1b911f2 (patch) | |
tree | 6caddd8c54eac47523b905fde80dc29c497c5a65 /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 5.15.145 (diff) | |
download | gentoo-63a8c18f34afd6ce888b83dff6026ccfd1b911f2.tar.gz gentoo-63a8c18f34afd6ce888b83dff6026ccfd1b911f2.tar.bz2 gentoo-63a8c18f34afd6ce888b83dff6026ccfd1b911f2.zip |
virtual/dist-kernel: Bump to 5.15.145
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.15.145.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.15.145.ebuild b/virtual/dist-kernel/dist-kernel-5.15.145.ebuild new file mode 100644 index 000000000000..e7ac72faa582 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.145.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2023 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} + ) +" |