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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7C08158089 for ; Tue, 26 Sep 2023 07:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B1C2BC01F; Tue, 26 Sep 2023 07:28:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C60EA2BC01F for ; Tue, 26 Sep 2023 07:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5FE0335CE9 for ; Tue, 26 Sep 2023 07:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4546010D2 for ; Tue, 26 Sep 2023 07:28:43 +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: <1695713284.c38acddb63e3ba7361770d94d1982dd70926d63f.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-6.28.02.ebuild sci-physics/root/root-6.28.06.ebuild sci-physics/root/root-6.28.9999.ebuild 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: c38acddb63e3ba7361770d94d1982dd70926d63f X-VCS-Branch: master Date: Tue, 26 Sep 2023 07:28:43 +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: 9b1f2d32-ae7c-4243-8e8a-8ea3f42d0776 X-Archives-Hash: 268e666e3e2689229627a3bd2a046f3d commit: c38acddb63e3ba7361770d94d1982dd70926d63f Author: Guilherme Amadio gentoo org> AuthorDate: Tue Sep 19 14:25:31 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Sep 26 07:28:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38acddb sci-physics/root: USE=roofit depends on USE=minuit Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.28.02.ebuild | 1 + sci-physics/root/root-6.28.06.ebuild | 1 + sci-physics/root/root-6.28.9999.ebuild | 1 + sci-physics/root/root-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/sci-physics/root/root-6.28.02.ebuild b/sci-physics/root/root-6.28.02.ebuild index 473a60acd759..b932f01df503 100644 --- a/sci-physics/root/root-6.28.02.ebuild +++ b/sci-physics/root/root-6.28.02.ebuild @@ -45,6 +45,7 @@ REQUIRED_USE=" davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) + roofit? ( minuit ) root7? ( || ( c++17 ) ) tmva? ( gsl python ) uring? ( root7 ) diff --git a/sci-physics/root/root-6.28.06.ebuild b/sci-physics/root/root-6.28.06.ebuild index 473a60acd759..b932f01df503 100644 --- a/sci-physics/root/root-6.28.06.ebuild +++ b/sci-physics/root/root-6.28.06.ebuild @@ -45,6 +45,7 @@ REQUIRED_USE=" davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) + roofit? ( minuit ) root7? ( || ( c++17 ) ) tmva? ( gsl python ) uring? ( root7 ) diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index 473a60acd759..b932f01df503 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -45,6 +45,7 @@ REQUIRED_USE=" davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) + roofit? ( minuit ) root7? ( || ( c++17 ) ) tmva? ( gsl python ) uring? ( root7 ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 473a60acd759..b932f01df503 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -45,6 +45,7 @@ REQUIRED_USE=" davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) + roofit? ( minuit ) root7? ( || ( c++17 ) ) tmva? ( gsl python ) uring? ( root7 )