diff options
author | Sam James <sam@gentoo.org> | 2022-01-15 22:03:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 22:03:26 +0000 |
commit | 20c9bd1b33154059bff4c21723978466eef38e1b (patch) | |
tree | 74424de470cc962e9af7b3aa76d04df9a5c466b4 /sys-fs | |
parent | dev-util/libabigail: Stabilize 2.0 amd64, #831235 (diff) | |
download | gentoo-20c9bd1b33154059bff4c21723978466eef38e1b.tar.gz gentoo-20c9bd1b33154059bff4c21723978466eef38e1b.tar.bz2 gentoo-20c9bd1b33154059bff4c21723978466eef38e1b.zip |
sys-fs/zfs-kmod: Stabilize 2.1.2 amd64, #830021
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild index 44f7926e35bd..afc6a9879eb3 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ else ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))" if [[ ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" fi fi |