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 E53FC15808C for ; Sat, 26 Mar 2022 11:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D29E0894; Sat, 26 Mar 2022 11:53:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6C3ECE0870 for ; Sat, 26 Mar 2022 11:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AD369343499 for ; Sat, 26 Mar 2022 11:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBADD34D for ; Sat, 26 Mar 2022 11:53:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648282287.7684eb191678a554fc7e9e3d675f1421bd29c783.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/spath/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/spath/spath-0.2.0.ebuild X-VCS-Directories: sys-cluster/spath/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7684eb191678a554fc7e9e3d675f1421bd29c783 X-VCS-Branch: master Date: Sat, 26 Mar 2022 11:53: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: db6e2589-f471-4de6-873b-48c24cc5df1a X-Archives-Hash: bf8c026be7a1158af4bed41c1964fbc1 commit: 7684eb191678a554fc7e9e3d675f1421bd29c783 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Mar 26 08:11:27 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 26 08:11:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7684eb19 sys-cluster/spath: restrict tests, need MPI Closes: https://bugs.gentoo.org/836144 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/spath/spath-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/spath/spath-0.2.0.ebuild b/sys-cluster/spath/spath-0.2.0.ebuild index 6290a1f56..69f2fe751 100644 --- a/sys-cluster/spath/spath-0.2.0.ebuild +++ b/sys-cluster/spath/spath-0.2.0.ebuild @@ -21,7 +21,7 @@ DEPEND=" " PATCHES=( "${FILESDIR}/${PN}-0.1.0-no-static.patch" ) -RESTRICT="!test? ( test )" +RESTRICT="test" # tests require an MPI setup REQUIRED_USE="test? ( mpi )" src_configure() {