From: Guilherme Amadio Date: Tue, 10 Mar 2020 09:51:58 +0000 (+0100) Subject: sci-physics/root: follow upstream rename of python option to pyroot X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f1e74dcfc3c0f1d987d6454958e309e8284af23;p=gentoo.git 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 --- 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)