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 B6F31158094 for ; Fri, 16 Sep 2022 23:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16E0E03EC; Fri, 16 Sep 2022 23:50:10 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4EE7E03EC for ; Fri, 16 Sep 2022 23:50: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 A93B0340CD2 for ; Fri, 16 Sep 2022 23:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE597D4 for ; Fri, 16 Sep 2022 23:50:07 +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: <1663371706.16f88d4f344911c521be584a5803a51a761eadc9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/popt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/popt/popt-1.19.ebuild X-VCS-Directories: dev-libs/popt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16f88d4f344911c521be584a5803a51a761eadc9 X-VCS-Branch: master Date: Fri, 16 Sep 2022 23:50: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: 62c88abf-16b2-45bc-9aad-d054b496a82f X-Archives-Hash: 3baa5ffb64c0cae3e6bdc854269d8d02 commit: 16f88d4f344911c521be584a5803a51a761eadc9 Author: Sam James gentoo org> AuthorDate: Fri Sep 16 23:41:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 16 23:41:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f88d4f dev-libs/popt: add possible context to test sed Signed-off-by: Sam James gentoo.org> dev-libs/popt/popt-1.19.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/popt/popt-1.19.ebuild b/dev-libs/popt/popt-1.19.ebuild index d936f9b6f309..483bb167bd28 100644 --- a/dev-libs/popt/popt-1.19.ebuild +++ b/dev-libs/popt/popt-1.19.ebuild @@ -21,7 +21,10 @@ BDEPEND="nls? ( >=sys-devel/gettext-0.19.8 )" src_prepare() { default - #sed -i -e 's:lt-test1:test1:' tests/testit.sh || die + # Unclear what the background to this is, perhaps + # https://git.exherbo.org/arbor.git/commit/?id=5545d22d3493279acf7a55246179f818ef22f5fa + sed -i -e 's:lt-test1:test1:' tests/testit.sh || die + elibtoolize }