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 7D937138351 for ; Thu, 16 Jan 2020 06:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF5DE08D0; Thu, 16 Jan 2020 06:39:21 +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 19543E08D0 for ; Thu, 16 Jan 2020 06:39:21 +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 E74C534E105 for ; Thu, 16 Jan 2020 06:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64431B5 for ; Thu, 16 Jan 2020 06:39:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579156674.7691b0f7a661771a181a181cad28abe0e2dad526.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/chemex/chemex-0.6.1.ebuild X-VCS-Directories: sci-chemistry/chemex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7691b0f7a661771a181a181cad28abe0e2dad526 X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:39:16 +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: 94909559-3cc6-42f1-b9f4-327a50b4e4c0 X-Archives-Hash: 47a2a91bcc5eee9887c0029216304dde commit: 7691b0f7a661771a181a181cad28abe0e2dad526 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 06:24:57 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:37:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7691b0f7 sci-chemistry/chemex: Permit numpy-python2 Signed-off-by: Michał Górny gentoo.org> sci-chemistry/chemex/chemex-0.6.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/chemex/chemex-0.6.1.ebuild b/sci-chemistry/chemex/chemex-0.6.1.ebuild index 28af7461892..9e4f47aafc9 100644 --- a/sci-chemistry/chemex/chemex-0.6.1.ebuild +++ b/sci-chemistry/chemex/chemex-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,10 @@ IUSE="" RDEPEND=" >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}