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:21:03
Message-Id: 1422391530.504030d02eb42832d74f031fc8e11bf5707642e0.ottxor@gentoo
1 commit: 504030d02eb42832d74f031fc8e11bf5707642e0
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Tue Jan 27 20:45:30 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 27 20:45:30 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=504030d0
7
8 Add RESTRICT=test because the tests require sample data and X11
9
10 The sample data isn't in an easy-to-get tarball, rather it is in
11 a folder in the git repository
12 https://github.com/mantidproject/mantid/tree/master/Test/AutoTestData
13
14 ---
15 sci-visualization/mantid/mantid-3.3.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
19 index 56b8eda..260336d 100644
20 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
21 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
22 @@ -18,6 +18,7 @@ LICENSE="GPL-3+"
23 SLOT="0"
24 KEYWORDS="~amd64"
25 IUSE="doc opencl paraview shared-libs tcmalloc test"
26 +RESTRICT="test" # Testing requires sample data and X11 access
27
28 RDEPEND="
29 ${PYTHON_DEPS}