From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ABE7138350 for ; Tue, 10 Mar 2020 20:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B6CAE08C4; Tue, 10 Mar 2020 20:04:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70BDEE08C4 for ; Tue, 10 Mar 2020 20:04:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8C9B34F24E for ; Tue, 10 Mar 2020 20:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28C6162 for ; Tue, 10 Mar 2020 20:04:48 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1583870616.85c163054212f99111894cca1c79967c277ae5cd.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 85c163054212f99111894cca1c79967c277ae5cd X-VCS-Branch: master Date: Tue, 10 Mar 2020 20:04:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c583085-a26f-4980-9e82-9efe54184528 X-Archives-Hash: 86370e875dc85150eb42a1c6117b54ff commit: 85c163054212f99111894cca1c79967c277ae5cd Author: Guilherme Amadio gentoo org> AuthorDate: Tue Mar 10 20:00:19 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Mar 10 20:03:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c16305 sci-physics/root: use standard instead of experimental PyROOT The default has been switched upstream to the experimental new version of PyROOT, but in Gentoo we keep using the standard one for now. This option will be added as USE flag later. Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index cdefaf2c0ae..bb269368dfc 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -228,6 +228,7 @@ src_configure() { -Dpythia8=$(usex pythia8) -Dpyroot=$(usex python) # python was renamed to pyroot -Dpython=$(usex python) # kept for backward compatibility + -Dpyroot_experimental=OFF # use standard PyROOT for now -Dqt5web=$(usex qt5) -Droofit=$(usex roofit) -Droot7=$(usex root7)