sci-physics/root: use standard instead of experimental PyROOT
authorGuilherme Amadio <amadio@gentoo.org>
Tue, 10 Mar 2020 20:00:19 +0000 (21:00 +0100)
committerGuilherme Amadio <amadio@gentoo.org>
Tue, 10 Mar 2020 20:03:36 +0000 (21:03 +0100)
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@gentoo.org>
sci-physics/root/root-9999.ebuild

index cdefaf2c0ae637f0fbd9303858a9a11405349e5d..bb269368dfcff8e9250a8823a89398ffc05cf69a 100644 (file)
@@ -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)