projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4ecea
)
sci-physics/root: follow upstream rename of python option to pyroot
author
Guilherme Amadio
<amadio@gentoo.org>
Tue, 10 Mar 2020 09:51:58 +0000
(10:51 +0100)
committer
Guilherme Amadio
<amadio@gentoo.org>
Tue, 10 Mar 2020 20:02:19 +0000
(21:02 +0100)
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
sci-physics/root/root-9999.ebuild
patch
|
blob
|
history
diff --git
a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index 330a86183bd3edb0f3c5249fe7aa5b3f656eed14..cdefaf2c0ae637f0fbd9303858a9a11405349e5d 100644
(file)
--- a/
sci-physics/root/root-9999.ebuild
+++ b/
sci-physics/root/root-9999.ebuild
@@
-226,7
+226,8
@@
src_configure() {
-Dpgsql=$(usex postgres)
-Dpythia6=$(usex pythia6)
-Dpythia8=$(usex pythia8)
- -Dpython=$(usex python)
+ -Dpyroot=$(usex python) # python was renamed to pyroot
+ -Dpython=$(usex python) # kept for backward compatibility
-Dqt5web=$(usex qt5)
-Droofit=$(usex roofit)
-Droot7=$(usex root7)