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 C70B115800F for ; Thu, 9 Feb 2023 03:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C340E0788; Thu, 9 Feb 2023 03:24:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 84D5DE0788 for ; Thu, 9 Feb 2023 03:24:27 +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 5420C3408DD for ; Thu, 9 Feb 2023 03:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5C11531 for ; Thu, 9 Feb 2023 03:24:23 +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: <1675913048.41e77aadea2c944996dcec87463b000b1a69ab3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.7.1.ebuild app-crypt/heimdal/heimdal-7.8.0.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41e77aadea2c944996dcec87463b000b1a69ab3c X-VCS-Branch: master Date: Thu, 9 Feb 2023 03:24:23 +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: c743b478-020d-44ee-af64-b351e222bf2d X-Archives-Hash: 7d491356f6c8c1e63702c2093eb8d58a commit: 41e77aadea2c944996dcec87463b000b1a69ab3c Author: Sam James gentoo org> AuthorDate: Thu Feb 9 03:24:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 9 03:24:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e77aad app-crypt/heimdal: force bash for configure Normally try to patch these but already poking at another issue w/ Heimdal. Closes: https://bugs.gentoo.org/893304 Signed-off-by: Sam James gentoo.org> app-crypt/heimdal/heimdal-7.7.1.ebuild | 2 +- app-crypt/heimdal/heimdal-7.8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/heimdal/heimdal-7.7.1.ebuild b/app-crypt/heimdal/heimdal-7.7.1.ebuild index 3b0301eaac21..b36ce55b43e2 100644 --- a/app-crypt/heimdal/heimdal-7.7.1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.1.ebuild @@ -121,7 +121,7 @@ multilib_src_configure() { ) fi - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" + CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } multilib_src_compile() { diff --git a/app-crypt/heimdal/heimdal-7.8.0.ebuild b/app-crypt/heimdal/heimdal-7.8.0.ebuild index da4b148d20a2..c4cbe4271abd 100644 --- a/app-crypt/heimdal/heimdal-7.8.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0.ebuild @@ -121,7 +121,7 @@ multilib_src_configure() { ) fi - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" + CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } multilib_src_compile() {