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 3A356138354 for ; Sun, 9 Feb 2020 16:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0CFE0875; Sun, 9 Feb 2020 16:36:34 +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 5F150E0875 for ; Sun, 9 Feb 2020 16:36:34 +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 7C54634E495 for ; Sun, 9 Feb 2020 16:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6B412C for ; Sun, 9 Feb 2020 16:36:32 +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: <1581266119.378c73b1361f7381c3d99d637d485669149b5f48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/prodecomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild sci-chemistry/prodecomp/prodecomp-3.0-r3.ebuild X-VCS-Directories: sci-chemistry/prodecomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 378c73b1361f7381c3d99d637d485669149b5f48 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:36:32 +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: 0d1d248d-e78a-45fe-9e4b-de8ecd488ff8 X-Archives-Hash: fcf1c3a73d3a42bc30f43fbf4edfb2ee commit: 378c73b1361f7381c3d99d637d485669149b5f48 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 18:00:06 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378c73b1 sci-chemistry/prodecomp: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{prodecomp-3.0-r2.ebuild => prodecomp-3.0-r3.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild b/sci-chemistry/prodecomp/prodecomp-3.0-r3.ebuild similarity index 88% rename from sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild rename to sci-chemistry/prodecomp/prodecomp-3.0-r3.ebuild index e66cac2b0b4..65683c21b0f 100644 --- a/sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild +++ b/sci-chemistry/prodecomp/prodecomp-3.0-r3.ebuild @@ -20,10 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - || ( - sci-libs/scipy-python2[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" + $(python_gen_cond_dep ' + || ( + sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}] + sci-libs/scipy[${PYTHON_MULTI_USEDEP}] + ) + ')" S="${WORKDIR}"/NMRProjAnalys