diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2019-07-17 13:14:50 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2019-07-17 16:04:43 +0200 |
commit | abab5ea4076a405013a26ca0f252382c8f15acb2 (patch) | |
tree | 7b24aa0601e824e54ca10b5ffd1608d4ade8df73 /sci-physics/root | |
parent | sci-physics/root: fix configuration with USE=-python, bug 690020 (diff) | |
download | gentoo-abab5ea4076a405013a26ca0f252382c8f15acb2.tar.gz gentoo-abab5ea4076a405013a26ca0f252382c8f15acb2.tar.bz2 gentoo-abab5ea4076a405013a26ca0f252382c8f15acb2.zip |
sci-physics/root: prefixify clingutils CMakeLists.txt also for 6.12
See commit 40d80638ed9255a4d263fe7c7fadf9ce7d6cd41c.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.12.06-r9.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.12.06-r9.ebuild b/sci-physics/root/root-6.12.06-r9.ebuild index 7797664bc1d8..244f4d26df85 100644 --- a/sci-physics/root/root-6.12.06-r9.ebuild +++ b/sci-physics/root/root-6.12.06-r9.ebuild @@ -132,6 +132,8 @@ src_prepare() { # CSS should use local images sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed" + + hprefixify core/clingutils/CMakeLists.txt } # Note: ROOT uses bundled clang because it is patched and API-incompatible |