summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 11:14:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 11:50:05 +0200
commit366f6d8f6a3cd8d62e7e846433d69121f2e25893 (patch)
tree4aed9f2cdf6b2e99d0efb2f7e67f9df7adb80229
parentpackage.mask: Remove obsolete dev-python/scrapy bump-mask (diff)
downloadgentoo-366f6d8f.tar.gz
gentoo-366f6d8f.tar.bz2
gentoo-366f6d8f.zip
media-sound/grip: --disable-werror
Closes: https://bugs.gentoo.org/664516 Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--media-sound/grip/grip-3.9.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/grip/grip-3.9.0.ebuild b/media-sound/grip/grip-3.9.0.ebuild
index 91d183a4171d..ac018365c753 100644
--- a/media-sound/grip/grip-3.9.0.ebuild
+++ b/media-sound/grip/grip-3.9.0.ebuild
@@ -48,5 +48,6 @@ src_configure() {
strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
- econf
+ econf \
+ --disable-werror
}