Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/grip/
Date: Sun, 26 Aug 2018 09:50:30
Message-Id: 1535277005.366f6d8f6a3cd8d62e7e846433d69121f2e25893.asturm@gentoo
1 commit: 366f6d8f6a3cd8d62e7e846433d69121f2e25893
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 09:14:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 09:50:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f6d8f
7
8 media-sound/grip: --disable-werror
9
10 Closes: https://bugs.gentoo.org/664516
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 media-sound/grip/grip-3.9.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-sound/grip/grip-3.9.0.ebuild b/media-sound/grip/grip-3.9.0.ebuild
17 index 91d183a4171..ac018365c75 100644
18 --- a/media-sound/grip/grip-3.9.0.ebuild
19 +++ b/media-sound/grip/grip-3.9.0.ebuild
20 @@ -48,5 +48,6 @@ src_configure() {
21
22 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
23
24 - econf
25 + econf \
26 + --disable-werror
27 }