Diff privoxy-3.0.34-r1 with a privoxy-4.0.0

/usr/portage/net-proxy/privoxy/privoxy-4.0.0.ebuild 2026-04-24 12:17:44.256738912 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
27 27
DEPEND="
28 28
	acct-group/privoxy
29 29
	acct-user/privoxy
30
	dev-libs/libpcre
30
	dev-libs/libpcre2
31 31
	brotli? ( app-arch/brotli )
32 32
	ssl? (
33 33
		mbedtls? ( net-libs/mbedtls:0= )
......
56 56
PATCHES=(
57 57
	"${FILESDIR}"/${PN}-3.0.32-gentoo.patch
58 58
	"${FILESDIR}"/${PN}-3.0.28-strip.patch
59
	"${FILESDIR}"/${PN}-3.0.33-configure-c99.patch
60 59
)
61 60

  
62 61
pkg_pretend() {
......
98 97
		--sysconfdir=/etc/privoxy \
99 98
		--disable-accept-filter \
100 99
		--enable-dynamic-pcre \
100
		--enable-pcre2 \
101 101
		--without-assertions \
102 102
		--with-user=privoxy \
103 103
		--with-group=privoxy \
Thank you!