Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Mon, 17 Sep 2018 15:53:38
Message-Id: 1537199606.22932baae7058f656cbf63a3f484b499e3275e21.amadio@gentoo
1 commit: 22932baae7058f656cbf63a3f484b499e3275e21
2 Author: Jochen Klein <jochen.klein <AT> cern <DOT> ch>
3 AuthorDate: Mon Sep 17 15:18:00 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 15:53:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22932baa
7
8 sci-physics/root: Fix clean-up code and compile options
9
10 Closes: https://github.com/gentoo/gentoo/pull/9894
11
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 sci-physics/root/root-9999.ebuild | 7 ++-----
15 1 file changed, 2 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
18 index ebbfb3fcd52..12ada06493f 100644
19 --- a/sci-physics/root/root-9999.ebuild
20 +++ b/sci-physics/root/root-9999.ebuild
21 @@ -198,6 +198,7 @@ src_configure() {
22 -Dccache=OFF # use ccache via portage
23 -Dcastor=OFF
24 -Dchirp=OFF
25 + -Dclad=OFF
26 -Dcling=ON # cling=OFF is broken
27 -Dcocoa=$(usex aqua)
28 -Dcuda=$(usex cuda)
29 @@ -308,15 +309,11 @@ src_install() {
30 elisp-install ${PN}-$(ver_cut 1-2) "${BUILD_DIR}"/root-help.el
31 fi
32
33 - if ! use gdml; then
34 - rm -r geom || die
35 - fi
36 -
37 if ! use examples; then
38 rm -r test tutorials || die
39 fi
40
41 - if use tmva; then
42 + if ! use tmva; then
43 rm -r tmva || die
44 fi