diff options
author | 2025-01-12 14:47:03 +0000 | |
---|---|---|
committer | 2025-01-12 14:47:46 +0000 | |
commit | 3798ebfa21b3445cb599acf66611a4f082f1cb10 (patch) | |
tree | 1729fb2c51b1cf089652294484f34e0a4885b9ed /sys-fs | |
parent | sys-fs/zfs: Stabilize 2.2.7 ppc64, #947656 (diff) | |
download | gentoo-3798ebfa21b3445cb599acf66611a4f082f1cb10.tar.gz gentoo-3798ebfa21b3445cb599acf66611a4f082f1cb10.tar.bz2 gentoo-3798ebfa21b3445cb599acf66611a4f082f1cb10.zip |
sys-fs/zfs-kmod: Stabilize 2.1.16 amd64, #947655
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-2.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.16.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.16.ebuild index b5ce1e2929b3..ed2a5cfa6787 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.16.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.16.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 @@ -31,7 +31,7 @@ else ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~sparc" fi fi |