diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-01-12 11:25:00 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-01-12 11:25:50 -0800 |
commit | 53c74bceb696e35fee2aac93e1e4a3499f74f33e (patch) | |
tree | b09cac4bb12910c1b4f0656e095ca154ff13fbdc /sys-fs/zfs | |
parent | sys-fs/zfs-kmod: 0.8.6 stable on amd64 arm64 ppc64 (diff) | |
download | gentoo-53c74bceb696e35fee2aac93e1e4a3499f74f33e.tar.gz gentoo-53c74bceb696e35fee2aac93e1e4a3499f74f33e.tar.bz2 gentoo-53c74bceb696e35fee2aac93e1e4a3499f74f33e.zip |
sys-fs/zfs: 0.8.6 stable on amd64 arm64 ppc64
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/zfs-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-0.8.6.ebuild b/sys-fs/zfs/zfs-0.8.6.ebuild index da9dfd791b0c..e6a729792a69 100644 --- a/sys-fs/zfs/zfs-0.8.6.ebuild +++ b/sys-fs/zfs/zfs-0.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/openzfs/zfs.git" else SRC_URI="https://github.com/openzfs/${PN}/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="amd64 arm64 ppc64" fi LICENSE="BSD-2 CDDL MIT" |