We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16fc7c commit f3d3455Copy full SHA for f3d3455
sys-fs/zfs-kmod/zfs-kmod-2.3.4.ebuild
@@ -1,4 +1,4 @@
1
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
@@ -31,7 +31,7 @@ else
31
ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))"
32
33
if [[ ${PV} != *_rc* ]] ; then
34
- KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~sparc"
35
fi
36
37
0 commit comments