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 81686138359 for ; Wed, 19 Aug 2020 11:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B02A8E075F; Wed, 19 Aug 2020 11:06:11 +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 901F8E075F for ; Wed, 19 Aug 2020 11:06:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6FFCA34F392 for ; Wed, 19 Aug 2020 11:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D76C52FE for ; Wed, 19 Aug 2020 11:06:08 +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: <1597835155.59283b47e6ee96680a527d2824ece4d38dde3ac6.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-r1.ebuild X-VCS-Directories: net-proxy/privoxy/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 59283b47e6ee96680a527d2824ece4d38dde3ac6 X-VCS-Branch: master Date: Wed, 19 Aug 2020 11:06:08 +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: d70c2b93-d2b9-466e-be95-70fd8576371f X-Archives-Hash: 336aa0df6b9719d411c5cc17edc6ea3f commit: 59283b47e6ee96680a527d2824ece4d38dde3ac6 Author: Andrew Savchenko gentoo org> AuthorDate: Wed Aug 19 10:58:52 2020 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Wed Aug 19 11:05:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59283b47 net-proxy/privoxy: USE client-tags must depend on threads Closes: https://bugs.gentoo.org/736058 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andrew Savchenko gentoo.org> net-proxy/privoxy/privoxy-3.0.28-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild index 6c5646fbc58..4bf768abcc4 100644 --- a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild @@ -36,6 +36,7 @@ RDEPEND="${DEPEND} ) " REQUIRED_USE=" + client-tags? ( threads ) compression? ( zlib ) fuzz? ( zlib ) toggle? ( editor )