commit:     077abf753e96319dfc6ee60cd3843937e45dd881
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Aug 22 00:57:58 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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

Reply via email to