diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-03-10 10:51:58 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-03-10 21:02:19 +0100 |
commit | 1f1e74dcfc3c0f1d987d6454958e309e8284af23 (patch) | |
tree | e517bc9c479b69bbc1fe5abfb17f6257fb51a34d /sci-physics | |
parent | {acct-user/acct-group}/quagga: change ID from 425 to 424 (diff) | |
download | gentoo-1f1e74dcfc3c0f1d987d6454958e309e8284af23.tar.gz gentoo-1f1e74dcfc3c0f1d987d6454958e309e8284af23.tar.bz2 gentoo-1f1e74dcfc3c0f1d987d6454958e309e8284af23.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>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 3 |
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) |