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 62355139694 for ; Thu, 20 Apr 2017 16:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA772E0D59; Thu, 20 Apr 2017 16:41:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C7B8E0D59 for ; Thu, 20 Apr 2017 16:41:21 +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 A8D3133BF1C for ; Thu, 20 Apr 2017 16:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8E2743E for ; Thu, 20 Apr 2017 16:41:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492706342.05d766718544a17c4b8daefcfa3622758665ff3a.soap@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.ebuild X-VCS-Directories: sci-libs/shogun/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 05d766718544a17c4b8daefcfa3622758665ff3a X-VCS-Branch: master Date: Thu, 20 Apr 2017 16:41:17 +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-Archives-Salt: f0de9562-7ce0-4313-8841-10bee318b14b X-Archives-Hash: 1409a8a883cb9ed361cde6ab1be6fc6d commit: 05d766718544a17c4b8daefcfa3622758665ff3a Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 15:46:21 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 16:39:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d76671 sci-libs/shogun: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/shogun/shogun-5.0.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0.ebuild index e5e5b5a3758..faf9808fd09 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0.ebuild @@ -52,7 +52,10 @@ RDEPEND=" lua? ( dev-lang/lua:0 ) octave? ( >=sci-mathematics/octave-4.2.0:=[hdf5] ) opencl? ( virtual/opencl ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] ) + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + ) R? ( dev-lang/R ) ruby? ( dev-ruby/narray )" DEPEND="${RDEPEND}