diff options
Diffstat (limited to 'sys-fs/zfs/zfs-2.2.6.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-2.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-2.2.6.ebuild b/sys-fs/zfs/zfs-2.2.6.ebuild index 5264247e69af..cbdc8629cb62 100644 --- a/sys-fs/zfs/zfs-2.2.6.ebuild +++ b/sys-fs/zfs/zfs-2.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |