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 BF161138359 for ; Sun, 15 Nov 2020 23:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB57E091C; Sun, 15 Nov 2020 23:50:11 +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 D0D87E08FC for ; Sun, 15 Nov 2020 23:50:10 +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 41E27341531 for ; Sun, 15 Nov 2020 23:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1143A9 for ; Sun, 15 Nov 2020 23:50:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1605483878.afa6439a989f27eb8fc2326cef03d4b47252a610.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dask/dask-2.30.0.ebuild X-VCS-Directories: dev-python/dask/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: afa6439a989f27eb8fc2326cef03d4b47252a610 X-VCS-Branch: master Date: Sun, 15 Nov 2020 23:50:06 +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: d8c51bcc-8d89-49a3-8e93-3a509778fbe6 X-Archives-Hash: 7805d72153899b7f7f88c231b62b12cc commit: afa6439a989f27eb8fc2326cef03d4b47252a610 Author: Sam James gentoo org> AuthorDate: Sun Nov 15 23:44:38 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 15 23:44:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa6439a dev-python/dask: Stabilize 2.30.0 ALLARCHES, #754447 Signed-off-by: Sam James gentoo.org> dev-python/dask/dask-2.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dask/dask-2.30.0.ebuild b/dev-python/dask/dask-2.30.0.ebuild index f0f21e67dc4..fdf3cb11121 100644 --- a/dev-python/dask/dask-2.30.0.ebuild +++ b/dev-python/dask/dask-2.30.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]