From: Guilherme Amadio Date: Wed, 17 Jul 2019 11:14:50 +0000 (+0200) Subject: sci-physics/root: prefixify clingutils CMakeLists.txt also for 6.12 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=abab5ea4076a405013a26ca0f252382c8f15acb2;p=gentoo.git 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 --- 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