Skip to content

Commit

Permalink
sci-physics/root: apply fixes from live ebuild to 6.14
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
amadio committed Sep 17, 2018
1 parent 22932ba commit 6be1397
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6be1397

Please sign in to comment.