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 64468158090 for ; Sat, 7 May 2022 01:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4BEE0828; Sat, 7 May 2022 01:14:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 44DD9E0828 for ; Sat, 7 May 2022 01:14:10 +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 17BA7341D8C for ; Sat, 7 May 2022 01:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59BA53A5 for ; Sat, 7 May 2022 01:14:07 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1651885893.3c587f82ba61c75c873112414e54432da573f600.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild X-VCS-Directories: app-accessibility/edbrowse/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3c587f82ba61c75c873112414e54432da573f600 X-VCS-Branch: master Date: Sat, 7 May 2022 01:14:07 +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: 78f6909a-1480-4aab-a192-a93bf30c2ba7 X-Archives-Hash: 4e9787d50dd85fc9454f1143201ae6fa commit: 3c587f82ba61c75c873112414e54432da573f600 Author: William Hubbs gentoo org> AuthorDate: Sat May 7 01:11:33 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat May 7 01:11:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c587f82 app-accessibility/edbrowse: fix libpcre2 dependency Signed-off-by: William Hubbs gentoo.org> app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild index 53a246557d29..d9e6b8f22449 100644 --- a/app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.8.2.1.ebuild @@ -19,7 +19,7 @@ IUSE="odbc" RDEPEND=" >=app-text/htmltidy-5.0.0:= - dev-libs/libpcre:= + dev-libs/libpcre2:= net-misc/curl sys-libs/readline:= odbc? ( dev-db/unixODBC )"