commit: 8919c366856cd1d1d2ebb709070dabbe36f0d9b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 19:43:44 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 19:58:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8919c366
media-libs/libvisio: Drop unused DEPEND
Package-Manager: Portage-2.3.6, Repoman-2.3.1
media-libs/libvisio/libvisio-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-libs/libvisio/libvisio-9999.ebuild
b/media-libs/libvisio/libvisio-9999.ebuild
index bddd7fe6c3b..4033acc10c5 100644
--- a/media-libs/libvisio/libvisio-9999.ebuild
+++ b/media-libs/libvisio/libvisio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,6 @@ RDEPEND="
dev-libs/icu:=
dev-libs/librevenge
dev-libs/libxml2
- sys-libs/zlib
"
DEPEND="${RDEPEND}
dev-lang/perl
@@ -40,7 +39,6 @@ src_prepare() {
src_configure() {
econf \
- --disable-werror \
$(use_with doc docs) \
$(use_enable static-libs static) \
$(use_enable test tests) \