summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-25 05:51:28 +0000
committerSam James <sam@gentoo.org>2023-03-25 05:51:55 +0000
commitdf7142734f3df4c889e155c5bf4d5f63170326d5 (patch)
tree0f9ba37872bf20e689c1dafd2cc759ea81d5d504 /net-analyzer
parentnet-analyzer/ettercap: fix build w/ curl 8 (diff)
downloadgentoo-df7142734f3df4c889e155c5bf4d5f63170326d5.tar.gz
gentoo-df7142734f3df4c889e155c5bf4d5f63170326d5.tar.bz2
gentoo-df7142734f3df4c889e155c5bf4d5f63170326d5.zip
net-analyzer/ettercap: switch to libpcre2 for live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ettercap/ettercap-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild
index c56915d82186..6514ab4a71fc 100644
--- a/net-analyzer/ettercap/ettercap-9999.ebuild
+++ b/net-analyzer/ettercap/ettercap-9999.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/libbsd
- dev-libs/libpcre
+ dev-libs/libpcre2
dev-libs/openssl:=
net-libs/libnet:1.1
>=net-libs/libpcap-0.8.1