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/libvisio/
Date: Tue, 27 Jun 2017 19:59:16
Message-Id: 1498593537.8919c366856cd1d1d2ebb709070dabbe36f0d9b6.asturm@gentoo
1 commit: 8919c366856cd1d1d2ebb709070dabbe36f0d9b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 19:43:44 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 19:58:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8919c366
7
8 media-libs/libvisio: Drop unused DEPEND
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/libvisio/libvisio-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild
16 index bddd7fe6c3b..4033acc10c5 100644
17 --- a/media-libs/libvisio/libvisio-9999.ebuild
18 +++ b/media-libs/libvisio/libvisio-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -20,7 +20,6 @@ RDEPEND="
26 dev-libs/icu:=
27 dev-libs/librevenge
28 dev-libs/libxml2
29 - sys-libs/zlib
30 "
31 DEPEND="${RDEPEND}
32 dev-lang/perl
33 @@ -40,7 +39,6 @@ src_prepare() {
34
35 src_configure() {
36 econf \
37 - --disable-werror \
38 $(use_with doc docs) \
39 $(use_enable static-libs static) \
40 $(use_enable test tests) \