From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1314729-garchives=archives.gentoo.org@lists.gentoo.org>
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 EBBB11580BA
	for <garchives@archives.gentoo.org>; Sun, 22 Aug 2021 02:01:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD303E0905;
	Sun, 22 Aug 2021 02:01:01 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 93DD5E08FA
	for <gentoo-commits@lists.gentoo.org>; Sun, 22 Aug 2021 02:01:01 +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 87E85340C5B
	for <gentoo-commits@lists.gentoo.org>; Sun, 22 Aug 2021 02:01:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C69A8D2
	for <gentoo-commits@lists.gentoo.org>; Sun, 22 Aug 2021 02:00:57 +0000 (UTC)
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
Message-ID: <1629595057.2d5295fd6bfadcd3d82b43e10819e4b47de6fd77.Alessandro-Barbieri@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/redset/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: sys-cluster/redset/redset-0.0.5.ebuild
X-VCS-Directories: sys-cluster/redset/
X-VCS-Committer: Alessandro-Barbieri
X-VCS-Committer-Name: Alessandro Barbieri
X-VCS-Revision: 2d5295fd6bfadcd3d82b43e10819e4b47de6fd77
X-VCS-Branch: dev
Date: Sun, 22 Aug 2021 02:00:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fdcd5f6c-1847-4019-89f4-827c4e0a5c84
X-Archives-Hash: 81101b29ccf0697fb43e2f55a56969cb

commit:     2d5295fd6bfadcd3d82b43e10819e4b47de6fd77
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Aug 22 00:57:02 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Aug 22 01:17:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d5295fd

sys-cluster/redset: restrict test

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/redset/redset-0.0.5.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/redset/redset-0.0.5.ebuild b/sys-cluster/redset/redset-0.0.5.ebuild
index 5e3289f1a..10259528b 100644
--- a/sys-cluster/redset/redset-0.0.5.ebuild
+++ b/sys-cluster/redset/redset-0.0.5.ebuild
@@ -12,7 +12,8 @@ SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-PATCHES=( "${FILESDIR}/no-static-${PV}.patch" )
+IUSE="test"
+
 RDEPEND="
 	sys-cluster/KVTree[mpi]
 	sys-cluster/rankstr
@@ -24,6 +25,9 @@ BDEPEND="
 	>=dev-util/cmake-2.8
 "
 
+RESTRICT="test" # https://github.com/ECP-VeloC/redset/issues/30
+PATCHES=( "${FILESDIR}/no-static-${PV}.patch" )
+
 src_install() {
 	cmake_src_install
 	dodoc -r doc/rst/.