summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-03-10 10:51:58 +0100
committerGuilherme Amadio <amadio@gentoo.org>2020-03-10 21:02:19 +0100
commit1f1e74dcfc3c0f1d987d6454958e309e8284af23 (patch)
treee517bc9c479b69bbc1fe5abfb17f6257fb51a34d
parent{acct-user/acct-group}/quagga: change ID from 425 to 424 (diff)
downloadgentoo-1f1e74dc.tar.gz
gentoo-1f1e74dc.tar.bz2
gentoo-1f1e74dc.zip
sci-physics/root: follow upstream rename of python option to pyroot
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r--sci-physics/root/root-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
index 330a86183bd3..cdefaf2c0ae6 100644
--- 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)