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 675961581D3 for ; Wed, 15 May 2024 09:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 914482BC014; Wed, 15 May 2024 09:16:56 +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 154F22BC014 for ; Wed, 15 May 2024 09:16:56 +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 D4D08340806 for ; Wed, 15 May 2024 09:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BC251A80 for ; Wed, 15 May 2024 09:16:53 +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: <1715764552.46cee2d8ec76da6d6f4efb4fc45ad7c439da6ceb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/libtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/libtool/libtool-9999.ebuild X-VCS-Directories: dev-build/libtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46cee2d8ec76da6d6f4efb4fc45ad7c439da6ceb X-VCS-Branch: master Date: Wed, 15 May 2024 09:16:53 +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: b70178e5-8666-4f3f-b24d-fd3765c8fe9e X-Archives-Hash: a2275b8e77ca9a410a05554c951fa3e2 commit: 46cee2d8ec76da6d6f4efb4fc45ad7c439da6ceb Author: Sam James gentoo org> AuthorDate: Tue May 14 06:53:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 15 09:15:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cee2d8 dev-build/libtool: sync live Signed-off-by: Sam James gentoo.org> dev-build/libtool/libtool-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-build/libtool/libtool-9999.ebuild b/dev-build/libtool/libtool-9999.ebuild index f25c4861a85e..8c2693567e42 100644 --- a/dev-build/libtool/libtool-9999.ebuild +++ b/dev-build/libtool/libtool-9999.ebuild @@ -99,12 +99,12 @@ src_configure() { # Do not bother hardcoding the full path to sed. # Just rely on $PATH. bug #574550 export CONFIG_SHELL="${EPREFIX}"/bin/bash - export ac_cv_path_SED="$(basename "$(type -P sed)")" - export ac_cv_path_EGREP="$(basename "$(type -P grep)") -E" - export ac_cv_path_EGREP_TRADITIONAL="$(basename "$(type -P grep)") -E" - export ac_cv_path_FGREP="$(basename "$(type -P grep)") -F" - export ac_cv_path_GREP="$(basename "$(type -P grep)")" - export ac_cv_path_lt_DD="$(basename "$(type -P dd)")" + export ac_cv_path_SED="sed" + export ac_cv_path_EGREP="grep -E" + export ac_cv_path_EGREP_TRADITIONAL="grep -E" + export ac_cv_path_FGREP="grep -F" + export ac_cv_path_GREP="grep" + export ac_cv_path_lt_DD="dd" [[ ${CHOST} == *-darwin* ]] && local myconf="--program-prefix=g"