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-libs/libzmf/
Date: Mon, 06 Feb 2017 22:03:40
Message-Id: 1486418600.6b86e7c7581cba5d586ad075e06ba658b094542c.asturm@gentoo
1 commit: 6b86e7c7581cba5d586ad075e06ba658b094542c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 21:52:14 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:03:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b86e7c7
7
8 media-libs/libzmf: Disable -Werror
9
10 Gentoo-bug: 602800
11
12 Package-Manager: portage-2.3.3
13
14 media-libs/libzmf/libzmf-0.0.1.ebuild | 3 ++-
15 media-libs/libzmf/libzmf-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild b/media-libs/libzmf/libzmf-0.0.1.ebuild
19 index 543a6fb..39022dd 100644
20 --- a/media-libs/libzmf/libzmf-0.0.1.ebuild
21 +++ b/media-libs/libzmf/libzmf-0.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -37,6 +37,7 @@ src_prepare() {
29
30 src_configure() {
31 econf \
32 + --disable-werror \
33 $(use_enable debug) \
34 $(use_with doc docs) \
35 $(use_enable test tests) \
36
37 diff --git a/media-libs/libzmf/libzmf-9999.ebuild b/media-libs/libzmf/libzmf-9999.ebuild
38 index fbc7c32..a21e97d 100644
39 --- a/media-libs/libzmf/libzmf-9999.ebuild
40 +++ b/media-libs/libzmf/libzmf-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -37,6 +37,7 @@ src_prepare() {
48
49 src_configure() {
50 econf \
51 + --disable-werror \
52 $(use_enable debug) \
53 $(use_with doc docs) \
54 $(use_enable test tests) \