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:32
Message-Id: 1422554384.87de89084e04365856e85e0ac9d2dbcded65e88c.ottxor@gentoo
1 commit: 87de89084e04365856e85e0ac9d2dbcded65e88c
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Thu Jan 29 17:55:56 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 29 17:59:44 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=87de8908
7
8 Enable DOCS_HTML with USE=doc
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index a848c4c..609cede 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -68,6 +68,7 @@ src_configure() {
19 append-cppflags -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_IOMANIP
20 mycmakeargs=( $(cmake-utils_use_enable doc QTASSISTANT)
21 $(cmake-utils_use_use doc DOT)
22 + $(cmake-utils_use doc DOCS_HTML)
23 $(cmake-utils_use_no opencascade)
24 $(cmake-utils_use opencl OPENCL_BUILD)
25 $(cmake-utils_use_use tcmalloc TCMALLOC)