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 ED0F715800F for ; Fri, 3 Feb 2023 06:20:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ACC5E07D4; Fri, 3 Feb 2023 06:20:08 +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 D49ACE07D4 for ; Fri, 3 Feb 2023 06:20:07 +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 BF57133C6B6 for ; Fri, 3 Feb 2023 06:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052DE7D0 for ; Fri, 3 Feb 2023 06:20: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: <1675405171.853ffc254e93646e53de72c0b5db8b2b04521941.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpcre2/libpcre2-10.42-r1.ebuild dev-libs/libpcre2/libpcre2-10.42.ebuild X-VCS-Directories: dev-libs/libpcre2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 853ffc254e93646e53de72c0b5db8b2b04521941 X-VCS-Branch: master Date: Fri, 3 Feb 2023 06:20: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: e0f7651c-cc79-4abe-b336-aaaaddee4c96 X-Archives-Hash: c90f094199eed73521e070073ae9cbaf commit: 853ffc254e93646e53de72c0b5db8b2b04521941 Author: Sam James gentoo org> AuthorDate: Fri Feb 3 06:17:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 06:19:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853ffc25 dev-libs/libpcre2: handle libpcre2-8 for split-usr too We currently only do libpcre2-posix and grep needs libpcre2-8. See: https://forums.gentoo.org/viewtopic-p-8773800.html Signed-off-by: Sam James gentoo.org> dev-libs/libpcre2/{libpcre2-10.42.ebuild => libpcre2-10.42-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpcre2/libpcre2-10.42.ebuild b/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild similarity index 97% rename from dev-libs/libpcre2/libpcre2-10.42.ebuild rename to dev-libs/libpcre2/libpcre2-10.42-r1.ebuild index 4576a28073fb..215da4f0f5e8 100644 --- a/dev-libs/libpcre2/libpcre2-10.42.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild @@ -85,7 +85,7 @@ multilib_src_install() { DESTDIR="${D}" \ $(multilib_is_native_abi || echo "bin_PROGRAMS= dist_html_DATA=") \ install - multilib_is_native_abi && gen_usr_ldscript -a pcre2-posix + multilib_is_native_abi && gen_usr_ldscript -a pcre2-posix pcre2-8 } multilib_src_install_all() {