From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 663CB138359 for ; Thu, 22 Oct 2020 02:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0419E08A8; Thu, 22 Oct 2020 02:41:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49637E08A8 for ; Thu, 22 Oct 2020 02:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 029C7340DFC for ; Thu, 22 Oct 2020 02:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F08B3B1 for ; Thu, 22 Oct 2020 02:41:52 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1603334472.b2e06351c5b8d5833fe4839cddbb459ab9c071e7.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-0.8.5.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b2e06351c5b8d5833fe4839cddbb459ab9c071e7 X-VCS-Branch: master Date: Thu, 22 Oct 2020 02:41:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c7b9607-b6cf-45d3-9a9f-257d793a7caf X-Archives-Hash: 20fa266d3e1ab3fb139a81dafc1616f8 commit: b2e06351c5b8d5833fe4839cddbb459ab9c071e7 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 22 02:40:43 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 22 02:41:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e06351 sys-fs/zfs: stabilze 0.8.5 it's a bugfix release, no point of waiting for 30 days. 2 weeks is ok. Closes: https://bugs.gentoo.org/716488 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs/zfs-0.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-0.8.5.ebuild b/sys-fs/zfs/zfs-0.8.5.ebuild index 5839302a8db..d2da09c68b6 100644 --- a/sys-fs/zfs/zfs-0.8.5.ebuild +++ b/sys-fs/zfs/zfs-0.8.5.ebuild @@ -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"