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