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 D6B63139694 for ; Fri, 16 Jun 2017 09:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901B2E0C75; Fri, 16 Jun 2017 09:44:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F0D1E0C75 for ; Fri, 16 Jun 2017 09:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 627DA341A79 for ; Fri, 16 Jun 2017 09:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA81D746A for ; Fri, 16 Jun 2017 09:44:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497606241.019c44a86ad017ea54703b7594b076cb0b840707.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-1.1.0.ebuild media-libs/kvazaar/kvazaar-9999.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 019c44a86ad017ea54703b7594b076cb0b840707 X-VCS-Branch: master Date: Fri, 16 Jun 2017 09:44:13 +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: 2a831b82-8e71-4607-a28c-3737e6a99e03 X-Archives-Hash: 059b281da48b0f137ce4bcc82b9d19ee commit: 019c44a86ad017ea54703b7594b076cb0b840707 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 16 09:44:01 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 16 09:44:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019c44a8 media-libs/kvazaar: Do not build with Werror, bug #618434 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/kvazaar/kvazaar-1.1.0.ebuild | 1 + media-libs/kvazaar/kvazaar-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/kvazaar/kvazaar-1.1.0.ebuild b/media-libs/kvazaar/kvazaar-1.1.0.ebuild index 959e9d94b3d..385307dd3de 100644 --- a/media-libs/kvazaar/kvazaar-1.1.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.1.0.ebuild @@ -50,6 +50,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ + --disable-werror \ --docdir "/usr/share/doc/${PF}" \ $(use_enable static-libs static) } diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 6de1ffe08b0..8a18c59ab2a 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -49,6 +49,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ + --disable-werror \ --docdir "/usr/share/doc/${PF}" \ $(use_enable static-libs static) }