diff options
author | Sam James <sam@gentoo.org> | 2022-01-15 22:03:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 22:03:27 +0000 |
commit | 1faa4bd310993e82055dfec48321a5c3c5cf9e0c (patch) | |
tree | 673197d8f4f614ed7a45dc83aeba2e4b484eb77d /sys-fs | |
parent | sys-fs/zfs-kmod: Stabilize 2.1.2 amd64, #830021 (diff) | |
download | gentoo-1faa4bd310993e82055dfec48321a5c3c5cf9e0c.tar.gz gentoo-1faa4bd310993e82055dfec48321a5c3c5cf9e0c.tar.bz2 gentoo-1faa4bd310993e82055dfec48321a5c3c5cf9e0c.zip |
sys-fs/zfs: Stabilize 2.1.2-r1 amd64, #830021
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-2.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-2.1.2-r1.ebuild b/sys-fs/zfs/zfs-2.1.2-r1.ebuild index 241e00cc3ec6..331055b97199 100644 --- a/sys-fs/zfs/zfs-2.1.2-r1.ebuild +++ b/sys-fs/zfs/zfs-2.1.2-r1.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 @@ -25,7 +25,7 @@ else S="${WORKDIR}/${P%_rc?}" if [[ ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" fi fi |