summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/brotli/brotli-1.0.9-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild b/app-arch/brotli/brotli-1.0.9-r1.ebuild
index f9543016a52b..b60d3fb39230 100644
--- a/app-arch/brotli/brotli-1.0.9-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r1.ebuild
@@ -33,7 +33,8 @@ else
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
-RESTRICT="!test? ( test )"
+# tests are currently broken, see https://github.com/google/brotli/issues/850
+RESTRICT="test"
PATCHES=(
"${FILESDIR}/${PV}-linker.patch"