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:52
Message-Id: 1583870539.1f1e74dcfc3c0f1d987d6454958e309e8284af23.amadio@gentoo
1 commit: 1f1e74dcfc3c0f1d987d6454958e309e8284af23
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 09:51:58 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 20:02:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1e74dc
7
8 sci-physics/root: follow upstream rename of python option to pyroot
9
10 Package-Manager: Portage-2.3.92, Repoman-2.3.20
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/root/root-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
17 index 330a86183bd..cdefaf2c0ae 100644
18 --- a/sci-physics/root/root-9999.ebuild
19 +++ b/sci-physics/root/root-9999.ebuild
20 @@ -226,7 +226,8 @@ src_configure() {
21 -Dpgsql=$(usex postgres)
22 -Dpythia6=$(usex pythia6)
23 -Dpythia8=$(usex pythia8)
24 - -Dpython=$(usex python)
25 + -Dpyroot=$(usex python) # python was renamed to pyroot
26 + -Dpython=$(usex python) # kept for backward compatibility
27 -Dqt5web=$(usex qt5)
28 -Droofit=$(usex roofit)
29 -Droot7=$(usex root7)