commit: d2157ca0251b67f5360c21953b0837e7f05f8676
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 16:03:23 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 20:43:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2157ca0
sci-libs/volk: restrict tests to avoid known bug
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sci-libs/volk/volk-2.3.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-libs/volk/volk-2.3.0.ebuild b/sci-libs/volk/volk-2.3.0.ebuild
index 6314b75fc52..b748e17e886 100644
--- a/sci-libs/volk/volk-2.3.0.ebuild
+++ b/sci-libs/volk/volk-2.3.0.ebuild
@@ -21,6 +21,9 @@ DEPEND="${RDEPEND}
dev-python/six
dev-lang/orc"
+#https://github.com/gnuradio/volk/issues/382
+RESTRICT=test
+
CMAKE_BUILD_TYPE=Release
src_configure() {