Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libstaroffice/
Date: Mon, 06 Feb 2017 22:03:40
Message-Id: 1486418600.eb0229a452914b2972b2c82bda31691e7388b2ec.asturm@gentoo
1 commit: eb0229a452914b2972b2c82bda31691e7388b2ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 21:57:01 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=eb0229a4
7
8 app-text/libstaroffice: Disable -Werror
9
10 Package-Manager: portage-2.3.3
11
12 app-text/libstaroffice/libstaroffice-0.0.2.ebuild | 3 ++-
13 app-text/libstaroffice/libstaroffice-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/libstaroffice/libstaroffice-0.0.2.ebuild b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
17 index e6ce459..620e724 100644
18 --- a/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
19 +++ b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -33,6 +33,7 @@ src_prepare() {
27
28 src_configure() {
29 econf \
30 + --disable-werror \
31 $(use_enable debug) \
32 $(use_with doc docs) \
33 $(use_enable tools) \
34
35 diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-9999.ebuild
36 index e6ce459..620e724 100644
37 --- a/app-text/libstaroffice/libstaroffice-9999.ebuild
38 +++ b/app-text/libstaroffice/libstaroffice-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 @@ -33,6 +33,7 @@ src_prepare() {
46
47 src_configure() {
48 econf \
49 + --disable-werror \
50 $(use_enable debug) \
51 $(use_with doc docs) \
52 $(use_enable tools) \