Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/
Date: Wed, 19 Aug 2020 11:06:12
Message-Id: 1597835155.59283b47e6ee96680a527d2824ece4d38dde3ac6.bircoph@gentoo
1 commit: 59283b47e6ee96680a527d2824ece4d38dde3ac6
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 10:58:52 2020 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 11:05:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59283b47
7
8 net-proxy/privoxy: USE client-tags must depend on threads
9
10 Closes: https://bugs.gentoo.org/736058
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
13
14 net-proxy/privoxy/privoxy-3.0.28-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
18 index 6c5646fbc58..4bf768abcc4 100644
19 --- a/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
20 +++ b/net-proxy/privoxy/privoxy-3.0.28-r1.ebuild
21 @@ -36,6 +36,7 @@ RDEPEND="${DEPEND}
22 )
23 "
24 REQUIRED_USE="
25 + client-tags? ( threads )
26 compression? ( zlib )
27 fuzz? ( zlib )
28 toggle? ( editor )