Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Tue, 10 Mar 2020 20:04:54
Message-Id: 1583870616.85c163054212f99111894cca1c79967c277ae5cd.amadio@gentoo
1 commit: 85c163054212f99111894cca1c79967c277ae5cd
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 20:00:19 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 20:03:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c16305
7
8 sci-physics/root: use standard instead of experimental PyROOT
9
10 The default has been switched upstream to the experimental new
11 version of PyROOT, but in Gentoo we keep using the standard one
12 for now. This option will be added as USE flag later.
13
14 Package-Manager: Portage-2.3.92, Repoman-2.3.20
15 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
16
17 sci-physics/root/root-9999.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
21 index cdefaf2c0ae..bb269368dfc 100644
22 --- a/sci-physics/root/root-9999.ebuild
23 +++ b/sci-physics/root/root-9999.ebuild
24 @@ -228,6 +228,7 @@ src_configure() {
25 -Dpythia8=$(usex pythia8)
26 -Dpyroot=$(usex python) # python was renamed to pyroot
27 -Dpython=$(usex python) # kept for backward compatibility
28 + -Dpyroot_experimental=OFF # use standard PyROOT for now
29 -Dqt5web=$(usex qt5)
30 -Droofit=$(usex roofit)
31 -Droot7=$(usex root7)