commit: 85c163054212f99111894cca1c79967c277ae5cd
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 20:00:19 2020 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 20:03:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c16305
sci-physics/root: use standard instead of experimental PyROOT
The default has been switched upstream to the experimental new
version of PyROOT, but in Gentoo we keep using the standard one
for now. This option will be added as USE flag later.
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sci-physics/root/root-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index cdefaf2c0ae..bb269368dfc 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -228,6 +228,7 @@ src_configure() {
-Dpythia8=$(usex pythia8)
-Dpyroot=$(usex python) # python was renamed to pyroot
-Dpython=$(usex python) # kept for backward compatibility
+ -Dpyroot_experimental=OFF # use standard PyROOT for now
-Dqt5web=$(usex qt5)
-Droofit=$(usex roofit)
-Droot7=$(usex root7)