commit: 1c6dcc538b6fb4a505fe408b612229ae55c00d25
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 02:53:05 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 02:53:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6dcc53
sys-fs/zfs: EAPI 8, sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/zfs/zfs-2.1.7.ebuild | 2 +-
sys-fs/zfs/zfs-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-fs/zfs/zfs-2.1.7.ebuild b/sys-fs/zfs/zfs-2.1.7.ebuild
index ae3f9d431093..35069cf9b8c1 100644
--- a/sys-fs/zfs/zfs-2.1.7.ebuild
+++ b/sys-fs/zfs/zfs-2.1.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{8..10} )
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 8e77d0480577..967c2a733fa6 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{8..10} )
@@ -24,7 +24,7 @@ else
S="${WORKDIR}/${P%_rc?}"
if [[ ${PV} != *_rc* ]]; then
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc"
fi
fi