commit:     d8a2ef24f8f9507b397e54e6357927f29cc25186
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 14:36:11 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 14:37:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a2ef24

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 <AT> gentoo.org>

 app-arch/brotli/brotli-1.0.9-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild 
b/app-arch/brotli/brotli-1.0.9-r1.ebuild
index f9543016a52..b60d3fb3923 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"

Reply via email to