diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-10-19 10:36:11 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-10-19 10:37:04 -0400 |
commit | d8a2ef24f8f9507b397e54e6357927f29cc25186 (patch) | |
tree | 3941aed4bd819f70431f6437c332d9397d8843c9 /app-arch/brotli | |
parent | dev-python/os-xenapi: add DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-d8a2ef24f8f9507b397e54e6357927f29cc25186.tar.gz gentoo-d8a2ef24f8f9507b397e54e6357927f29cc25186.tar.bz2 gentoo-d8a2ef24f8f9507b397e54e6357927f29cc25186.zip |
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>
Diffstat (limited to 'app-arch/brotli')
-rw-r--r-- | app-arch/brotli/brotli-1.0.9-r1.ebuild | 3 |
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" |