app-arch/brotli: restrict tests for 1.0.9-r1

See: https://github.com/google/brotli/issues/850
Closes: https://bugs.gentoo.org/744124
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-10-19 10:36:11 -04:00
parent 93d9969c79
commit d8a2ef24f8

View File

@@ -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"