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 51869138350 for ; Sun, 9 Feb 2020 16:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A7DE08AD; Sun, 9 Feb 2020 16:36:38 +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 2CA69E08AB for ; Sun, 9 Feb 2020 16:36:38 +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 3946D34E8DC for ; Sun, 9 Feb 2020 16:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E548147 for ; Sun, 9 Feb 2020 16:36:33 +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: <1581266133.f902dc2a5fb048b225b878199d3e6196b7ac42af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shogun/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/shogun/shogun-5.0.0-r1.ebuild sci-libs/shogun/shogun-5.0.0.ebuild X-VCS-Directories: sci-libs/shogun/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f902dc2a5fb048b225b878199d3e6196b7ac42af X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:36:33 +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: 397a780d-58a9-4ba0-9598-be03f3e2d1f4 X-Archives-Hash: 235ce550f39a9d7491590e48715737ca commit: f902dc2a5fb048b225b878199d3e6196b7ac42af Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 19:07:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f902dc2a sci-libs/shogun: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> sci-libs/shogun/{shogun-5.0.0.ebuild => shogun-5.0.0-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0-r1.ebuild similarity index 96% rename from sci-libs/shogun/shogun-5.0.0.ebuild rename to sci-libs/shogun/shogun-5.0.0-r1.ebuild index 3bca4c41c56..1db83f206fa 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0-r1.ebuild @@ -55,7 +55,9 @@ RDEPEND=" opencl? ( virtual/opencl ) python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) R? ( dev-lang/R ) ruby? ( dev-ruby/narray )" @@ -76,7 +78,9 @@ DEPEND="${RDEPEND} R? ( >=dev-lang/swig-3.0.12 ) ruby? ( >=dev-lang/swig-3.0.12 ) test? ( - dev-python/jinja[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/jinja[${PYTHON_MULTI_USEDEP}] + ') >=dev-cpp/gtest-1.8.0 )"