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 A9989138359 for ; Sun, 25 Oct 2020 21:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E841DE081E; Sun, 25 Oct 2020 21:48:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE68AE081E for ; Sun, 25 Oct 2020 21:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC72D33BF1A for ; Sun, 25 Oct 2020 21:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F14153C4 for ; Sun, 25 Oct 2020 21:48:12 +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: <1603662474.87303a28c2211f68a5330d0f514b2d426ac86ea0.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.27.0.ebuild X-VCS-Directories: dev-python/dask/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87303a28c2211f68a5330d0f514b2d426ac86ea0 X-VCS-Branch: master Date: Sun, 25 Oct 2020 21:48:12 +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: d499417b-cbd5-4797-a0a8-33123640b71f X-Archives-Hash: 2161d09026b87b8a3c3fb000be5b8a83 commit: 87303a28c2211f68a5330d0f514b2d426ac86ea0 Author: Sam James gentoo org> AuthorDate: Sun Oct 25 21:47:54 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 25 21:47:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87303a28 dev-python/dask: Stabilize 2.27.0 ALLARCHES, #750614 Signed-off-by: Sam James gentoo.org> dev-python/dask/dask-2.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dask/dask-2.27.0.ebuild b/dev-python/dask/dask-2.27.0.ebuild index e6207a9381b..8ee1dbd4f74 100644 --- a/dev-python/dask/dask-2.27.0.ebuild +++ b/dev-python/dask/dask-2.27.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}]