diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-09-17 17:43:43 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-09-17 17:53:28 +0200 |
commit | 6be13978ac72e2dc3afb16c2df180cb163ad7327 (patch) | |
tree | ef804a369837ed5059a7f1c470df35e57cabefb5 /sci-physics | |
parent | sci-physics/root: Fix clean-up code and compile options (diff) | |
download | gentoo-6be13978ac72e2dc3afb16c2df180cb163ad7327.tar.gz gentoo-6be13978ac72e2dc3afb16c2df180cb163ad7327.tar.bz2 gentoo-6be13978ac72e2dc3afb16c2df180cb163ad7327.zip |
sci-physics/root: apply fixes from live ebuild to 6.14
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.14.04-r3.ebuild (renamed from sci-physics/root/root-6.14.04-r2.ebuild) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-physics/root/root-6.14.04-r2.ebuild b/sci-physics/root/root-6.14.04-r3.ebuild index 55de392a7052..0a144e280c73 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 |