Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/
Date: Sat, 31 Dec 2022 20:23:04
Message-Id: 1672518171.0116c2e97f33cd71452e62e3b45099e61a5ab796.mgorny@gentoo
1 commit: 0116c2e97f33cd71452e62e3b45099e61a5ab796
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 16:40:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 20:22:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0116c2e9
7
8 virtual/dist-kernel: Bump to 6.0.16
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/dist-kernel/dist-kernel-6.0.16.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/dist-kernel/dist-kernel-6.0.16.ebuild b/virtual/dist-kernel/dist-kernel-6.0.16.ebuild
16 new file mode 100644
17 index 000000000000..c2caefd6cfca
18 --- /dev/null
19 +++ b/virtual/dist-kernel/dist-kernel-6.0.16.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 2021-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="Virtual to depend on any Distribution Kernel"
27 +HOMEPAGE=""
28 +SRC_URI=""
29 +
30 +LICENSE=""
31 +SLOT="0/${PV}"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
33 +
34 +RDEPEND="
35 + || (
36 + ~sys-kernel/gentoo-kernel-${PV}
37 + ~sys-kernel/gentoo-kernel-bin-${PV}
38 + ~sys-kernel/vanilla-kernel-${PV}
39 + )"