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 4C1CE138A1A for ; Sat, 31 Jan 2015 20:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E93E0909; Sat, 31 Jan 2015 20:19:25 +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 D7606E0909 for ; Sat, 31 Jan 2015 20:19:24 +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 329283407E8 for ; Sat, 31 Jan 2015 20:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29AA9E4C8 for ; Sat, 31 Jan 2015 20:19:16 +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: <1422554682.e68812ba7738417d93a304dfc6bca83a6f68093f.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: e68812ba7738417d93a304dfc6bca83a6f68093f X-VCS-Branch: master Date: Sat, 31 Jan 2015 20:19:16 +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: 17919309-71eb-4ffc-aa03-d1e91830a92e X-Archives-Hash: 9561fbdfcb8f4fe7613523a98b014de7 commit: e68812ba7738417d93a304dfc6bca83a6f68093f Author: Chris Kerr dasganma tk> AuthorDate: Thu Jan 29 18:04:42 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Jan 29 18:04:42 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e68812ba None of the python code uses the NeXus python library I was going to add [python] to nexus[${PYTHON_USEDEP}] but checked first with a `git grep 'import .*nxs'` in the Mantid source giving no results --- sci-visualization/mantid/mantid-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild index 053c559..16c3662 100644 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild @@ -24,7 +24,7 @@ RESTRICT="test" # Testing requires sample data and X11 access # http://www.mantidproject.org/Mantid_Prerequisites RDEPEND=" ${PYTHON_DEPS} - >=sci-libs/nexus-4.2[${PYTHON_USEDEP}] + >=sci-libs/nexus-4.2 >=dev-libs/poco-1.4.2 dev-libs/boost[python,${PYTHON_USEDEP}] >=dev-qt/qthelp-4.6:4