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 4857715808B for ; Sun, 10 Apr 2022 17:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09391E0978; Sun, 10 Apr 2022 17:47: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 BAE74E0973 for ; Sun, 10 Apr 2022 17:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 6D4D8341896 for ; Sun, 10 Apr 2022 17:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 113C62B0 for ; Sun, 10 Apr 2022 17:47:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1649612770.c15924a33e090eba544d618ca7581731950ae954.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sigil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/sigil/sigil-1.9.2-r1.ebuild app-text/sigil/sigil-1.9.2.ebuild X-VCS-Directories: app-text/sigil/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c15924a33e090eba544d618ca7581731950ae954 X-VCS-Branch: master Date: Sun, 10 Apr 2022 17:47:03 +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: 5c17087c-f2e0-4bdf-8f29-c2b01804c2a6 X-Archives-Hash: dc4453b43918437df7e794295ded927c commit: c15924a33e090eba544d618ca7581731950ae954 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 10 17:46:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 10 17:46:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15924a3 app-text/sigil: change to dep dev-libs/libpcre2 Reported-by: Sam James gentoo.org> Closes: https://bugs.gentoo.org/836674 Signed-off-by: Arthur Zamarin gentoo.org> app-text/sigil/{sigil-1.9.2.ebuild => sigil-1.9.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/sigil/sigil-1.9.2.ebuild b/app-text/sigil/sigil-1.9.2-r1.ebuild similarity index 98% rename from app-text/sigil/sigil-1.9.2.ebuild rename to app-text/sigil/sigil-1.9.2-r1.ebuild index 312a494a7dfa..d9a47a339dcf 100644 --- a/app-text/sigil/sigil-1.9.2.ebuild +++ b/app-text/sigil/sigil-1.9.2-r1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} app-text/hunspell:= - dev-libs/libpcre:3=[pcre16] + dev-libs/libpcre2:=[pcre16] $(python_gen_cond_dep ' dev-python/css-parser[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}]