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 E6AED158086 for ; Sun, 26 Dec 2021 03:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42632BC006; Sun, 26 Dec 2021 03:49:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC542BC006 for ; Sun, 26 Dec 2021 03:49:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 921C1342F87 for ; Sun, 26 Dec 2021 03:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 082191BD for ; Sun, 26 Dec 2021 03:49:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640490559.324823e1503875868dc4b98090eaf50142a6f516.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/legion-21.09.0-r1.ebuild sys-cluster/legion/legion-21.09.0.ebuild sys-cluster/legion/legion-9999.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 324823e1503875868dc4b98090eaf50142a6f516 X-VCS-Branch: master Date: Sun, 26 Dec 2021 03:49:32 +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: 942ec8ec-2c3e-4402-abe8-d2c90b4b9ca2 X-Archives-Hash: 13cc7336ee13154c049906d14631e922 commit: 324823e1503875868dc4b98090eaf50142a6f516 Author: Sam James gentoo org> AuthorDate: Sun Dec 26 03:49:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 03:49:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324823e1 sys-cluster/legion: examples need MPI Closes: https://bugs.gentoo.org/821424 Signed-off-by: Sam James gentoo.org> .../{legion-21.09.0.ebuild => legion-21.09.0-r1.ebuild} | 11 +++++------ sys-cluster/legion/legion-9999.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/sys-cluster/legion/legion-21.09.0.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild similarity index 81% rename from sys-cluster/legion/legion-21.09.0.ebuild rename to sys-cluster/legion/legion-21.09.0-r1.ebuild index a271def3a1d2..55c79a8cda25 100644 --- a/sys-cluster/legion/legion-21.09.0.ebuild +++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild @@ -19,14 +19,13 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet hwloc test" +IUSE="examples gasnet hwloc test" RESTRICT="!test? ( test )" -DEPEND=" +# See bug #821424 for examples/mpi +DEPEND="examples? ( virtual/mpi[cxx] ) gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) - hwloc? ( =sys-cluster/gasnet-1.26.4-r1 ) - hwloc? (