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 660DF13835A for ; Sat, 11 Jul 2020 10:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D2D1E082F; Sat, 11 Jul 2020 10:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74307E082F for ; Sat, 11 Jul 2020 10:03:26 +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 DA55834F755 for ; Sat, 11 Jul 2020 10:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CE142CE for ; Sat, 11 Jul 2020 10:03:22 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1594461772.ea7ac78835559b478c7e323bd6549b7d85e9664c.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/privoxy/privoxy-3.0.28.ebuild X-VCS-Directories: net-proxy/privoxy/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: ea7ac78835559b478c7e323bd6549b7d85e9664c X-VCS-Branch: master Date: Sat, 11 Jul 2020 10:03:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93c88e2b-7ff3-41cf-8e25-0531e716aa5e X-Archives-Hash: ceca887f45f25f4a4c34375d5c963fa4 commit: ea7ac78835559b478c7e323bd6549b7d85e9664c Author: Andrew Savchenko gentoo org> AuthorDate: Sat Jul 11 09:41:57 2020 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sat Jul 11 10:02:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7ac788 net-proxy/privoxy: fuzz testing needs zlib support Closes: https://bugs.gentoo.org/722720 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko gentoo.org> net-proxy/privoxy/privoxy-3.0.28.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-proxy/privoxy/privoxy-3.0.28.ebuild b/net-proxy/privoxy/privoxy-3.0.28.ebuild index df8533f1883..5b36343401e 100644 --- a/net-proxy/privoxy/privoxy-3.0.28.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.28.ebuild @@ -35,6 +35,7 @@ RDEPEND="${DEPEND} " REQUIRED_USE=" compression? ( zlib ) + fuzz? ( zlib ) toggle? ( editor ) "