diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 11:02:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 11:02:15 +0100 |
commit | 184108f5bdee1b11052fc4f03b0332e28e3f2e49 (patch) | |
tree | c99394a3cbd28342bac38cac2e82339197e00758 /virtual | |
parent | virtual/dist-kernel: add 6.1.53-r1 (diff) | |
download | gentoo-184108f5bdee1b11052fc4f03b0332e28e3f2e49.tar.gz gentoo-184108f5bdee1b11052fc4f03b0332e28e3f2e49.tar.bz2 gentoo-184108f5bdee1b11052fc4f03b0332e28e3f2e49.zip |
virtual/dist-kernel: add 6.5.3-r1
On reflection, we really do need to bump the virtuals otherwise out of tree modules
are going to be broken (whenever we rebuilt the binaries, this is going to cause
an issue).
Bug: https://bugs.gentoo.org/914204
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-6.5.3-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.5.3-r1.ebuild b/virtual/dist-kernel/dist-kernel-6.5.3-r1.ebuild new file mode 100644 index 000000000000..e7f27458cb16 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.5.3-r1.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/${PF}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" |