From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 96A9B15820A for ; Wed, 09 Jul 2025 15:32:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7EC1234227F for ; Wed, 09 Jul 2025 15:32:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 712F71102F2; Wed, 09 Jul 2025 15:32:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 69A261102F2 for ; Wed, 09 Jul 2025 15:32:45 +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 260A2342271 for ; Wed, 09 Jul 2025 15:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47DC72F16 for ; Wed, 09 Jul 2025 15:32:43 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1752075121.eff6209b0f67f1acb4216a2a3f7cc1a7fb698328.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/readline/readline-8.3-r1.ebuild X-VCS-Directories: sys-libs/readline/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: eff6209b0f67f1acb4216a2a3f7cc1a7fb698328 X-VCS-Branch: master Date: Wed, 09 Jul 2025 15:32:43 +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: 4976907c-b433-472c-945a-7503d5a5ecff X-Archives-Hash: 9808ab98941e8b0ce8da19a7a99a0f03 commit: eff6209b0f67f1acb4216a2a3f7cc1a7fb698328 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jul 9 15:32:01 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jul 9 15:32:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff6209b sys-libs/readline: fix ncurses libs sed Bug: https://bugs.gentoo.org/959498 Signed-off-by: Mike Gilbert gentoo.org> sys-libs/readline/readline-8.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/readline/readline-8.3-r1.ebuild b/sys-libs/readline/readline-8.3-r1.ebuild index 87a73c5363dd..798d3db01d02 100644 --- a/sys-libs/readline/readline-8.3-r1.ebuild +++ b/sys-libs/readline/readline-8.3-r1.ebuild @@ -149,7 +149,7 @@ src_prepare() { -e "/^SHLIB_LIBS=/s:=.*:='${ncurses_libs}':" \ support/shobj-conf || die sed -i \ - -e "/^[[:space:]]*LIBS=.-lncurses/s:-lncurses:${ncurses_libs}:" \ + -e "/[[:space:]]*LIBS=.-lncurses/s:-lncurses:${ncurses_libs}:" \ examples/rlfe/configure || die # Fix building under Gentoo/FreeBSD; upstream FreeBSD deprecated