From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A57A138334 for ; Sun, 26 Aug 2018 09:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1CA0E087A; Sun, 26 Aug 2018 09:50:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77F90E087A for ; Sun, 26 Aug 2018 09:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0487335CBF for ; Sun, 26 Aug 2018 09:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5952939D for ; Sun, 26 Aug 2018 09:50:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535277005.366f6d8f6a3cd8d62e7e846433d69121f2e25893.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/grip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/grip/grip-3.9.0.ebuild X-VCS-Directories: media-sound/grip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 366f6d8f6a3cd8d62e7e846433d69121f2e25893 X-VCS-Branch: master Date: Sun, 26 Aug 2018 09:50:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10b708d0-8d0d-48c5-aca6-9827a4ef567a X-Archives-Hash: 303dd3ece96e0b7fb8ca8672ea0e9311 commit: 366f6d8f6a3cd8d62e7e846433d69121f2e25893 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 26 09:14:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 26 09:50:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f6d8f media-sound/grip: --disable-werror Closes: https://bugs.gentoo.org/664516 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/grip/grip-3.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/grip/grip-3.9.0.ebuild b/media-sound/grip/grip-3.9.0.ebuild index 91d183a4171..ac018365c75 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 }