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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 364BF1381F3 for ; Mon, 30 Nov 2020 08:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B69BE08BD; Mon, 30 Nov 2020 08:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50BCCE08BD for ; Mon, 30 Nov 2020 08:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39372340CE1 for ; Mon, 30 Nov 2020 08:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDBD41D8 for ; Mon, 30 Nov 2020 08:59:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1606726756.2a0d04363b570d0802e74b9e28acc1e5482f0a37.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsmbios/libsmbios-2.4.3.ebuild X-VCS-Directories: sys-libs/libsmbios/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2a0d04363b570d0802e74b9e28acc1e5482f0a37 X-VCS-Branch: master Date: Mon, 30 Nov 2020 08:59:20 +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: 342eebc8-c67a-43ae-a5ab-beffc74c463d X-Archives-Hash: d944b324641dc2b205f0a291cb0ebb73 commit: 2a0d04363b570d0802e74b9e28acc1e5482f0a37 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 30 08:58:56 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 30 08:59:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0d0436 sys-libs/libsmbios: set CONFIG_SHELL="/bin/bash" until upstream provides a POSIX compliant configure file. Bug: https://bugs.gentoo.org/715202 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild index f19e11df65a..7c6936d2e72 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild @@ -57,6 +57,7 @@ src_configure() { $(use_enable python) $(use_enable static-libs static) ) + CONFIG_SHELL="/bin/bash" \ econf "${myeconfargs[@]}" }