diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-22 15:24:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-22 16:45:32 +0100 |
commit | a1f89bc3f04988783635fa6566128b0e4fb80c85 (patch) | |
tree | 9ac82ac1397e36204e8c622dd5e3a017072d8d48 /virtual/dist-kernel | |
parent | sys-kernel/gentoo-kernel: Bump to 6.1.1 (diff) | |
download | gentoo-a1f89bc3f04988783635fa6566128b0e4fb80c85.tar.gz gentoo-a1f89bc3f04988783635fa6566128b0e4fb80c85.tar.bz2 gentoo-a1f89bc3f04988783635fa6566128b0e4fb80c85.zip |
virtual/dist-kernel: Bump to 6.1.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/dist-kernel')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-6.1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-6.1.1.ebuild b/virtual/dist-kernel/dist-kernel-6.1.1.ebuild new file mode 100644 index 000000000000..c2caefd6cfca --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2022 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/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" |