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 DD6661580B9 for ; 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 BD84AE0908; 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 9A240E0905 for ; Sun, 22 Aug 2021 02:01:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9903340DFF for ; Sun, 22 Aug 2021 02:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9006E8D3 for ; Sun, 22 Aug 2021 02:00:57 +0000 (UTC) From: "Alessandro Barbieri" 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" Message-ID: <1629595058.077abf753e96319dfc6ee60cd3843937e45dd881.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/shuffile/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/shuffile/shuffile-0.0.4.ebuild X-VCS-Directories: sys-cluster/shuffile/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 077abf753e96319dfc6ee60cd3843937e45dd881 X-VCS-Branch: dev Date: Sun, 22 Aug 2021 02:00:57 +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: 3ecb8991-e1a5-4583-8de7-44a37c136eb3 X-Archives-Hash: 98956b0f00d398652d4674e8899bba42 commit: 077abf753e96319dfc6ee60cd3843937e45dd881 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Aug 22 00:57:58 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Aug 22 01:17:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=077abf75 sys-cluster/shuffile: restrict test Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/shuffile/shuffile-0.0.4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/shuffile/shuffile-0.0.4.ebuild b/sys-cluster/shuffile/shuffile-0.0.4.ebuild index f546a0386..a9b24e2fd 100644 --- a/sys-cluster/shuffile/shuffile-0.0.4.ebuild +++ b/sys-cluster/shuffile/shuffile-0.0.4.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-1.0.2[mpi] sys-libs/zlib @@ -22,3 +23,6 @@ DEPEND="${RDEPEND}" BDEPEND=" >=dev-util/cmake-2.8 " + +PATCHES=( "${FILESDIR}/no-static-${PV}.patch" ) +RESTRICT="test" # https://github.com/ECP-VeloC/shuffile/issues/18