diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-20 18:25:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-20 21:20:56 +0100 |
commit | b66e3d78c605fb7a036d4162fd56981177cb5202 (patch) | |
tree | 3f8716f0f594c92341c2c8053851e2fcc8d4b89b /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 6.6.8 (diff) | |
download | gentoo-b66e3d78c605fb7a036d4162fd56981177cb5202.tar.gz gentoo-b66e3d78c605fb7a036d4162fd56981177cb5202.tar.bz2 gentoo-b66e3d78c605fb7a036d4162fd56981177cb5202.zip |
virtual/dist-kernel: Bump to 6.6.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-6.6.8.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.6.8.ebuild b/virtual/dist-kernel/dist-kernel-6.6.8.ebuild new file mode 100644 index 000000000000..6038125af57f --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.6.8.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/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" |