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 AF3D313835A for ; Tue, 15 Jun 2021 07:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F231BE085A; Tue, 15 Jun 2021 07:07:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DC9EAE085A for ; Tue, 15 Jun 2021 07:07:22 +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 CE478335D36 for ; Tue, 15 Jun 2021 07:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F80B720 for ; Tue, 15 Jun 2021 07:07:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1623740822.269319b5bb31c0e5b35f0100bb049a9ab1adc601.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fsspec/fsspec-2021.05.0.ebuild X-VCS-Directories: dev-python/fsspec/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 269319b5bb31c0e5b35f0100bb049a9ab1adc601 X-VCS-Branch: master Date: Tue, 15 Jun 2021 07:07:20 +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: 333ab2a5-6299-4ff2-b1ac-fad24034935e X-Archives-Hash: c2029f477188353d39213da3da99fa57 commit: 269319b5bb31c0e5b35f0100bb049a9ab1adc601 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 15 07:07:02 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 15 07:07:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269319b5 dev-python/fsspec: amd64/x86 stable (ALLARCHES policy) wrt bug #796059 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/fsspec/fsspec-2021.05.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fsspec/fsspec-2021.05.0.ebuild b/dev-python/fsspec/fsspec-2021.05.0.ebuild index 4032b21e0f9..102b4d61d8d 100644 --- a/dev-python/fsspec/fsspec-2021.05.0.ebuild +++ b/dev-python/fsspec/fsspec-2021.05.0.ebuild @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}]