diff options
Diffstat (limited to 'app-arch/brotli/brotli-1.0.7.ebuild')
-rw-r--r-- | app-arch/brotli/brotli-1.0.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild index ae46ff731e1b..29e0dde0f378 100644 --- a/app-arch/brotli/brotli-1.0.7.ebuild +++ b/app-arch/brotli/brotli-1.0.7.ebuild @@ -33,6 +33,8 @@ else SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi +RESTRICT="!test? ( test )" + src_prepare() { use python && distutils-r1_src_prepare cmake-utils_src_prepare |