diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2015-11-20 15:42:33 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2015-11-20 17:45:55 +0100 |
commit | b0aeab3eeede114262a57f26d29736ae1ac4362e (patch) | |
tree | 76f88bb184329a4a2579f60ccf0a764146a477e0 /sci-physics | |
parent | media-sound/mikmod: bump to 3.2.7 (diff) | |
download | gentoo-b0aeab3eeede114262a57f26d29736ae1ac4362e.tar.gz gentoo-b0aeab3eeede114262a57f26d29736ae1ac4362e.tar.bz2 gentoo-b0aeab3eeede114262a57f26d29736ae1ac4362e.zip |
sci-physics/root: Remove workaround to install some examples
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564576
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.04.06.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-physics/root/root-6.04.06.ebuild b/sci-physics/root/root-6.04.06.ebuild index 1ccb466fdb7b..90f9f5ed5713 100644 --- a/sci-physics/root/root-6.04.06.ebuild +++ b/sci-physics/root/root-6.04.06.ebuild @@ -448,11 +448,6 @@ src_install() { python_optimize "${D}/usr/$(get_libdir)/root" fi use emacs && elisp-install ${PN} build/misc/*.{el,elc} - if use examples; then - # these should really be taken care of by the root make install - insinto ${DOC_DIR}/examples/tutorials/tmva - doins -r tmva/test - fi doenvd 99root # The build system installs Emacs support unconditionally in the wrong |