summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2019-08-05 17:33:48 +0200
committerGuilherme Amadio <amadio@gentoo.org>2019-08-05 17:33:48 +0200
commit6e21b8c068268e28d46d43cc9620c65456665659 (patch)
treef28a129b974c6e07fa90d5e71b4fdf9c4d9bb5d8 /sci-physics
parentsci-physics/root: add nosplash USE flag (diff)
downloadgentoo-6e21b8c068268e28d46d43cc9620c65456665659.tar.gz
gentoo-6e21b8c068268e28d46d43cc9620c65456665659.tar.bz2
gentoo-6e21b8c068268e28d46d43cc9620c65456665659.zip
sci-physics/root: update src_prepare for upstream fixes
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/root/root-9999.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
index dbe4236df64c..c537b3c26ebc 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -141,8 +141,6 @@ src_prepare() {
if use nosplash; then
sed -i -e '/bool gNoLogo/s@false@true@' rootx/src/rootx.cxx
fi
-
- hprefixify core/clingutils/CMakeLists.txt
}
# Note: ROOT uses bundled clang because it is patched and API-incompatible