diff options
author | Jochen Klein <jochen.klein@cern.ch> | 2018-09-17 17:18:00 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-09-17 17:53:26 +0200 |
commit | 22932baae7058f656cbf63a3f484b499e3275e21 (patch) | |
tree | aab1bab64c9cd41b7763d4c1905bfdd6f241fdfe /sci-physics | |
parent | www-misc/visitors: revbump for EAPI7 (diff) | |
download | gentoo-22932baae7058f656cbf63a3f484b499e3275e21.tar.gz gentoo-22932baae7058f656cbf63a3f484b499e3275e21.tar.bz2 gentoo-22932baae7058f656cbf63a3f484b499e3275e21.zip |
sci-physics/root: Fix clean-up code and compile options
Closes: https://github.com/gentoo/gentoo/pull/9894
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index ebbfb3fcd527..12ada06493f2 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -198,6 +198,7 @@ src_configure() { -Dccache=OFF # use ccache via portage -Dcastor=OFF -Dchirp=OFF + -Dclad=OFF -Dcling=ON # cling=OFF is broken -Dcocoa=$(usex aqua) -Dcuda=$(usex cuda) @@ -308,15 +309,11 @@ src_install() { elisp-install ${PN}-$(ver_cut 1-2) "${BUILD_DIR}"/root-help.el fi - if ! use gdml; then - rm -r geom || die - fi - if ! use examples; then rm -r test tutorials || die fi - if use tmva; then + if ! use tmva; then rm -r tmva || die fi |