From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97F7C138A1A for ; Sat, 31 Jan 2015 20:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF2CE08E9; Sat, 31 Jan 2015 20:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4A54E08E9 for ; Sat, 31 Jan 2015 20:19:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D1B634079F for ; Sat, 31 Jan 2015 20:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A7EE325 for ; Sat, 31 Jan 2015 20:19:15 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1422433078.c2e8d30665c4dd1aa47f600bcaac1bd39a656056.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mantid/mantid-3.3.0.ebuild X-VCS-Directories: sci-visualization/mantid/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c2e8d30665c4dd1aa47f600bcaac1bd39a656056 X-VCS-Branch: master Date: Sat, 31 Jan 2015 20:19:15 +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: c79a8fd1-60f6-4fe3-b891-80718b9d738c X-Archives-Hash: 692e59b51f67a637ee26ec09382b796d commit: c2e8d30665c4dd1aa47f600bcaac1bd39a656056 Author: Chris Kerr dasganma tk> AuthorDate: Wed Jan 28 08:17:58 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jan 28 08:17:58 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c2e8d306 Added PYTHON_USEDEP --- sci-visualization/mantid/mantid-3.3.0.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild index 260336d..4474a49 100644 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild @@ -22,33 +22,33 @@ RESTRICT="test" # Testing requires sample data and X11 access RDEPEND=" ${PYTHON_DEPS} - >=sci-libs/nexus-4.2 + >=sci-libs/nexus-4.2[${PYTHON_USEDEP}] >=dev-libs/poco-1.4.2 - dev-libs/boost[python] + dev-libs/boost[python,${PYTHON_USEDEP}] opencl? ( virtual/opencl ) tcmalloc? ( dev-util/google-perftools ) - paraview? ( >=sci-visualization/paraview-4 ) + paraview? ( >=sci-visualization/paraview-4[python,${PYTHON_USEDEP}] ) virtual/opengl dev-qt/qthelp x11-libs/qscintilla x11-libs/qwt:5 x11-libs/qwtplot3d - dev-python/PyQt4 + dev-python/PyQt4[${PYTHON_USEDEP}] sci-libs/gsl - dev-python/ipython[qt4] - dev-python/numpy - sci-libs/scipy + dev-python/ipython[qt4,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] dev-cpp/muParser dev-libs/jsoncpp dev-libs/openssl - sci-libs/opencascade + sci-libs/opencascade[qt4] " DEPEND="${RDEPEND} dev-python/sphinx doc? ( app-doc/doxygen - dev-python/sphinx - dev-python/sphinx-bootstrap-theme ) + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] ) test? ( dev-util/cppcheck ) "