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:22
Message-Id: 1422480929.beed16073bb22e18607c6d899f827dd4badfbfd0.ottxor@gentoo
1 commit: beed16073bb22e18607c6d899f827dd4badfbfd0
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Wed Jan 28 21:35:29 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 28 21:35:29 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=beed1607
7
8 Depend on doxygen with USE=dot
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index 33ed01e..1c6abbb 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -46,7 +46,7 @@ RDEPEND="
19
20 DEPEND="${RDEPEND}
21 dev-python/sphinx
22 - doc? ( app-doc/doxygen
23 + doc? ( app-doc/doxygen[dot]
24 dev-python/sphinx[${PYTHON_USEDEP}]
25 dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] )
26 test? ( dev-util/cppcheck )