Skip to content

Commit

Permalink
zfs: unmask 2.2.6 version compatible with linux kernel 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Sep 11, 2024
1 parent 162721c commit 4659fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))"

if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~sparc"
fi
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
S="${WORKDIR}/${MY_P}"

if [[ ${PV} != *_rc* ]]; then
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~sparc"
fi
fi

Expand Down

0 comments on commit 4659fa2

Please sign in to comment.