Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/
Date: Sat, 31 Jan 2015 20:19:28
Message-Id: 1422554682.e68812ba7738417d93a304dfc6bca83a6f68093f.ottxor@gentoo
1 commit: e68812ba7738417d93a304dfc6bca83a6f68093f
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Thu Jan 29 18:04:42 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 29 18:04:42 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e68812ba
7
8 None of the python code uses the NeXus python library
9
10 I was going to add [python] to nexus[${PYTHON_USEDEP}] but checked
11 first with a `git grep 'import .*nxs'` in the Mantid source giving
12 no results
13
14 ---
15 sci-visualization/mantid/mantid-3.3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
19 index 053c559..16c3662 100644
20 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
21 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
22 @@ -24,7 +24,7 @@ RESTRICT="test" # Testing requires sample data and X11 access
23 # http://www.mantidproject.org/Mantid_Prerequisites
24 RDEPEND="
25 ${PYTHON_DEPS}
26 - >=sci-libs/nexus-4.2[${PYTHON_USEDEP}]
27 + >=sci-libs/nexus-4.2
28 >=dev-libs/poco-1.4.2
29 dev-libs/boost[python,${PYTHON_USEDEP}]
30 >=dev-qt/qthelp-4.6:4