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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 733C51581F3 for ; Sun, 1 Dec 2024 14:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A84DE07A9; Sun, 1 Dec 2024 14:10:23 +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 4A8EDE07BA for ; Sun, 1 Dec 2024 14:10:21 +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 56C91342FA4 for ; Sun, 1 Dec 2024 14:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE0B317CC for ; Sun, 1 Dec 2024 14:10:18 +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: <1733062184.e7f4a6002e07b38ba42a5d65c1962b78360157ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7f4a6002e07b38ba42a5d65c1962b78360157ff X-VCS-Branch: master Date: Sun, 1 Dec 2024 14:10:18 +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: 4337e9c7-8201-4594-ad49-b0a94d6b9d36 X-Archives-Hash: 322bc3bfea666ffedb7da8b2636ce3b7 commit: e7f4a6002e07b38ba42a5d65c1962b78360157ff Author: Sam James gentoo org> AuthorDate: Sun Dec 1 14:09:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 1 14:09:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f4a600 media-libs/libsndfile: build (just) 1.2.2-r2 w/ bash It's fixed upstream in git. Closes: https://bugs.gentoo.org/923921 Signed-off-by: Sam James gentoo.org> media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild index cc757814a3f7..21634fd6b8ab 100644 --- a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild +++ b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild @@ -57,7 +57,8 @@ src_configure() { } multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ + # CONFIG_SHELL hack can be dropped >1.2.2 (bug #923921) + CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \ --disable-octave \ --disable-static \ --disable-werror \