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 198FF139083 for ; Tue, 27 Jun 2017 19:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5592340A7; Tue, 27 Jun 2017 19:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4AC2D2340A7 for ; Tue, 27 Jun 2017 19:59:15 +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 5FB3434173E for ; Tue, 27 Jun 2017 19:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7BE2FA for ; Tue, 27 Jun 2017 19:59:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498593537.8919c366856cd1d1d2ebb709070dabbe36f0d9b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvisio/libvisio-9999.ebuild X-VCS-Directories: media-libs/libvisio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8919c366856cd1d1d2ebb709070dabbe36f0d9b6 X-VCS-Branch: master Date: Tue, 27 Jun 2017 19:59:12 +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: 16cecec7-a363-4f1d-8627-4236a0d7abd1 X-Archives-Hash: ef7703e13275143dd9bb1fc70432e6d3 commit: 8919c366856cd1d1d2ebb709070dabbe36f0d9b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 27 19:43:44 2017 +0000 Commit: Andreas Sturmlechner gentoo 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) \