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 93FF315800F for ; Wed, 4 Jan 2023 05:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54DBE0788; Wed, 4 Jan 2023 05:05:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ADD1EE0788 for ; Wed, 4 Jan 2023 05:05:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD768340E67 for ; Wed, 4 Jan 2023 05:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC1C7FA for ; Wed, 4 Jan 2023 05:05:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1672808746.02f05048d29d68b7f3c3bfdc6adf630ba8eec42d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pragha/pragha-1.3.99.1-r1.ebuild X-VCS-Directories: media-sound/pragha/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 02f05048d29d68b7f3c3bfdc6adf630ba8eec42d X-VCS-Branch: master Date: Wed, 4 Jan 2023 05:05:50 +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: 15deda9d-28dc-423a-ba0e-3b3fb571831c X-Archives-Hash: 63e663925c8ba5422511da6dd5044701 commit: 02f05048d29d68b7f3c3bfdc6adf630ba8eec42d Author: Michał Górny gentoo org> AuthorDate: Wed Jan 4 05:01:00 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 4 05:05:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f05048 media-sound/pragha: Force bash for configure script Closes: https://bugs.gentoo.org/889618 Signed-off-by: Michał Górny gentoo.org> media-sound/pragha/pragha-1.3.99.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/pragha/pragha-1.3.99.1-r1.ebuild b/media-sound/pragha/pragha-1.3.99.1-r1.ebuild index 5284653c476c..473933be04a5 100644 --- a/media-sound/pragha/pragha-1.3.99.1-r1.ebuild +++ b/media-sound/pragha/pragha-1.3.99.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -88,6 +88,8 @@ src_configure() { --disable-grilo-0.2 --disable-grilo-net-0.2 ) + + local CONFIG_SHELL="$(type -P bash)" econf "${myconf[@]}" }