commit: 6be13978ac72e2dc3afb16c2df180cb163ad7327
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 15:43:43 2018 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 15:53:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be13978
sci-physics/root: apply fixes from live ebuild to 6.14
Package-Manager: Portage-2.3.49, Repoman-2.3.10
sci-physics/root/{root-6.14.04-r2.ebuild => root-6.14.04-r3.ebuild} | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/sci-physics/root/root-6.14.04-r2.ebuild
b/sci-physics/root/root-6.14.04-r3.ebuild
similarity index 99%
rename from sci-physics/root/root-6.14.04-r2.ebuild
rename to sci-physics/root/root-6.14.04-r3.ebuild
index 55de392a705..0a144e280c7 100644
--- a/sci-physics/root/root-6.14.04-r2.ebuild
+++ b/sci-physics/root/root-6.14.04-r3.ebuild
@@ -299,15 +299,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