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 02CEA158086 for ; Mon, 18 Oct 2021 11:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BFAE0833; Mon, 18 Oct 2021 11:36:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCC33E0833 for ; Mon, 18 Oct 2021 11:36:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC35D343165 for ; Mon, 18 Oct 2021 11:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3E315F for ; Mon, 18 Oct 2021 11:36:22 +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: <1634556917.975cfa4b5f04433810310627bd0ce4b9994fd1a7.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.22.08-r2.ebuild sci-physics/root/root-6.24.06.ebuild sci-physics/root/root-6.24.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: 975cfa4b5f04433810310627bd0ce4b9994fd1a7 X-VCS-Branch: master Date: Mon, 18 Oct 2021 11:36:22 +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: 1eb237f8-a8a4-4698-bb83-2fc57a2e8467 X-Archives-Hash: 7eb36b9004d8b7ceb33be266874569fb commit: 975cfa4b5f04433810310627bd0ce4b9994fd1a7 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Oct 18 10:48:24 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Oct 18 11:35:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975cfa4b sci-physics/root: fix dependency on mpi, bug #818460 Closes: https://bugs.gentoo.org/818460 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.22.08-r2.ebuild | 2 +- sci-physics/root/root-6.24.06.ebuild | 2 +- sci-physics/root/root-6.24.9999.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-physics/root/root-6.22.08-r2.ebuild b/sci-physics/root/root-6.22.08-r2.ebuild index 17ce327af5d..49b680c7001 100644 --- a/sci-physics/root/root-6.22.08-r2.ebuild +++ b/sci-physics/root/root-6.22.08-r2.ebuild @@ -81,7 +81,7 @@ CDEPEND=" libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[fortran?] ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || ( diff --git a/sci-physics/root/root-6.24.06.ebuild b/sci-physics/root/root-6.24.06.ebuild index 19bce3d18d0..708fc6d4c7b 100644 --- a/sci-physics/root/root-6.24.06.ebuild +++ b/sci-physics/root/root-6.24.06.ebuild @@ -83,7 +83,7 @@ CDEPEND=" libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[fortran?] ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || ( diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild index cc894943f89..769f8a4eb08 100644 --- a/sci-physics/root/root-6.24.9999.ebuild +++ b/sci-physics/root/root-6.24.9999.ebuild @@ -94,7 +94,7 @@ CDEPEND=" libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[fortran?] ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || ( diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index cc894943f89..769f8a4eb08 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -94,7 +94,7 @@ CDEPEND=" libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[fortran?] ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || (