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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8163015864F for ; Sat, 25 Mar 2023 05:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C4E4E0895; Sat, 25 Mar 2023 05:52:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ECAEE0895 for ; Sat, 25 Mar 2023 05:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DC64341049 for ; Sat, 25 Mar 2023 05:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2DE8EB for ; Sat, 25 Mar 2023 05:52:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679723515.df7142734f3df4c889e155c5bf4d5f63170326d5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ettercap/ettercap-9999.ebuild X-VCS-Directories: net-analyzer/ettercap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df7142734f3df4c889e155c5bf4d5f63170326d5 X-VCS-Branch: master Date: Sat, 25 Mar 2023 05:52:05 +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: 15ad9e4e-a972-43b6-8a21-a38ac4154793 X-Archives-Hash: a222972734df666eef9f14666cba164a commit: df7142734f3df4c889e155c5bf4d5f63170326d5 Author: Sam James gentoo org> AuthorDate: Sat Mar 25 05:51:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 25 05:51:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df714273 net-analyzer/ettercap: switch to libpcre2 for live Signed-off-by: Sam James gentoo.org> net-analyzer/ettercap/ettercap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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