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 162F1138353 for ; Sun, 9 Feb 2020 16:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58810E088A; Sun, 9 Feb 2020 16:36:36 +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 2EC34E088A for ; Sun, 9 Feb 2020 16:36:36 +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 4039334E754 for ; Sun, 9 Feb 2020 16:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D445913B 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: <1581266128.b4937ee4a074b4b6849c7fb31cd635b327995b41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cantera/cantera-2.4.0-r1.ebuild sci-libs/cantera/cantera-2.4.0-r2.ebuild sci-libs/cantera/cantera-2.4.0-r3.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b4937ee4a074b4b6849c7fb31cd635b327995b41 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: 67d40141-75c9-42d9-9c24-c071a80be480 X-Archives-Hash: 025046ec67761781bbe32c2e3389d958 commit: b4937ee4a074b4b6849c7fb31cd635b327995b41 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 19:04:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4937ee4 sci-libs/cantera: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> sci-libs/cantera/cantera-2.4.0-r1.ebuild | 8 ++++++-- .../cantera/{cantera-2.4.0-r2.ebuild => cantera-2.4.0-r3.ebuild} | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index edaded328a2..cd27ff27f63 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -28,7 +28,9 @@ REQUIRED_USE=" RDEPEND=" ${PYTHON_DEPS} python? ( - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) =dev-cpp/gtest-1.8.0 diff --git a/sci-libs/cantera/cantera-2.4.0-r2.ebuild b/sci-libs/cantera/cantera-2.4.0-r3.ebuild similarity index 95% rename from sci-libs/cantera/cantera-2.4.0-r2.ebuild rename to sci-libs/cantera/cantera-2.4.0-r3.ebuild index f82bfa08639..29345e36058 100644 --- a/sci-libs/cantera/cantera-2.4.0-r2.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r3.ebuild @@ -28,7 +28,9 @@ REQUIRED_USE=" RDEPEND=" ${PYTHON_DEPS} python? ( - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) =dev-cpp/gtest-1.8.0