diff options
author | Sam James <sam@gentoo.org> | 2023-12-13 20:24:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-14 02:15:18 +0000 |
commit | 9c81b7d816c70ff1cd1965c5d9968f4ea29c695f (patch) | |
tree | 1d82495142806c2fa4bacbc1329ed43d3660cb9a /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 6.1.68 (diff) | |
download | gentoo-9c81b7d816c70ff1cd1965c5d9968f4ea29c695f.tar.gz gentoo-9c81b7d816c70ff1cd1965c5d9968f4ea29c695f.tar.bz2 gentoo-9c81b7d816c70ff1cd1965c5d9968f4ea29c695f.zip |
virtual/dist-kernel: Bump to 6.1.68
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-6.1.68.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.1.68.ebuild b/virtual/dist-kernel/dist-kernel-6.1.68.ebuild new file mode 100644 index 000000000000..526af1697713 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.68.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" |