Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/
Date: Fri, 02 Dec 2022 02:54:04
Message-Id: 1669949548.8dce8b45f0c15ecff4018fe7a9ae3af87cf91f71.sam@gentoo
1 commit: 8dce8b45f0c15ecff4018fe7a9ae3af87cf91f71
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 02:52:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 02:52:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dce8b45
7
8 sys-fs/zfs-kmod: sync live
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
16 index 8edf8733327b..faa5875ad758 100644
17 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
18 +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit autotools dist-kernel-utils flag-o-matic linux-mod toolchain-funcs
27
28 @@ -21,12 +21,12 @@ else
29 S="${WORKDIR}/zfs-${PV%_rc?}"
30 ZFS_KERNEL_COMPAT="6.0"
31
32 - # increments minor eg 5.14 -> 5.15, and still supports override.
33 + # increments minor eg 5.14 -> 5.15, and still supports override.
34 ZFS_KERNEL_DEP="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
35 ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))"
36
37 if [[ ${PV} != *_rc* ]]; then
38 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
39 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc"
40 fi
41 fi