commit: 733beabc35631f09e3ee27135c134fe501471df7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 16 10:01:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 10:01:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733beabc
virtual/dist-kernel: add 6.1.53-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 <AT> gentoo.org> virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild b/virtual/dist-kernel/dist-kernel-6.1.53-r1.ebuild new file mode 100644 index 000000000000..e7f27458cb16 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.53-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} + )"
