Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/
Date: Tue, 04 Jan 2022 03:29:31
Message-Id: 1641266930.fa74b5b788ba292cfbc410c9d7201ddc84b6a16d.sam@gentoo
1 commit: fa74b5b788ba292cfbc410c9d7201ddc84b6a16d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:20:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa74b5b7
7
8 net-proxy/privoxy: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-proxy/privoxy/privoxy-3.0.33.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-proxy/privoxy/privoxy-3.0.33.ebuild b/net-proxy/privoxy/privoxy-3.0.33.ebuild
17 index 715d61e54e67..369532bf8820 100644
18 --- a/net-proxy/privoxy/privoxy-3.0.33.ebuild
19 +++ b/net-proxy/privoxy/privoxy-3.0.33.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -96,6 +96,7 @@ src_configure() {
27 # since docs are already pregenerated in the source tarball
28 econf \
29 --sysconfdir=/etc/privoxy \
30 + --disable-accept-filter \
31 --enable-dynamic-pcre \
32 --without-assertions \
33 --with-user=privoxy \
34 @@ -113,7 +114,6 @@ src_configure() {
35 $(use_enable image-blocking) \
36 $(use_enable jit pcre-jit-compilation) \
37 $(use_enable ipv6 ipv6-support) \
38 - $(use_enable kernel_FreeBSD accept-filter) \
39 $(use_enable lfs large-file-support) \
40 $(use_enable png-images no-gifs) \
41 $(use_enable stats) \