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 62E54138359 for ; Wed, 7 Oct 2020 18:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93659E086A; Wed, 7 Oct 2020 18:44:40 +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 7E677E086A for ; Wed, 7 Oct 2020 18:44:40 +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 E7508340CDE for ; Wed, 7 Oct 2020 18:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F53A397 for ; Wed, 7 Oct 2020 18:44:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602096266.327fe746fa5e93ac608de1706624ce7c13325a94.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xarray/xarray-0.16.0.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 327fe746fa5e93ac608de1706624ce7c13325a94 X-VCS-Branch: master Date: Wed, 7 Oct 2020 18:44:37 +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: fc7a48ea-ce59-443c-9dce-6762011792db X-Archives-Hash: 87955c1bcb4a8d165c0dedde73a8893c commit: 327fe746fa5e93ac608de1706624ce7c13325a94 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 7 18:43:53 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 7 18:44:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327fe746 dev-python/xarray: stabilize 0.16.0 on amd64 Bug: https://bugs.gentoo.org/737526 Signed-off-by: Joonas Niilola gentoo.org> dev-python/xarray/xarray-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xarray/xarray-0.16.0.ebuild b/dev-python/xarray/xarray-0.16.0.ebuild index b31fa72fde9..f2df870cfa9 100644 --- a/dev-python/xarray/xarray-0.16.0.ebuild +++ b/dev-python/xarray/xarray-0.16.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/numpy-1.15[${PYTHON_USEDEP}]