From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1618676-garchives=archives.gentoo.org@lists.gentoo.org>
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 1957B158041
	for <garchives@archives.gentoo.org>; Mon,  8 Apr 2024 07:04:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0AD89E2A76;
	Mon,  8 Apr 2024 07:04:50 +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 EF4B5E2A76
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Apr 2024 07:04:48 +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 E10903430D6
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Apr 2024 07:04:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 362CE16A5
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Apr 2024 07:04:46 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1712559803.3284575fea1b242bb47eaab8854f17162b1d8614.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/zeromq/zeromq-4.3.3-r1.ebuild net-libs/zeromq/zeromq-4.3.4-r1.ebuild net-libs/zeromq/zeromq-4.3.4-r2.ebuild net-libs/zeromq/zeromq-4.3.5-r1.ebuild net-libs/zeromq/zeromq-4.3.5.ebuild
X-VCS-Directories: net-libs/zeromq/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3284575fea1b242bb47eaab8854f17162b1d8614
X-VCS-Branch: master
Date: Mon,  8 Apr 2024 07:04:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dc968d5f-87d8-42a0-986e-81b9bd31654e
X-Archives-Hash: 066e53ec4ec7553506a9b4aa622fafd0

commit:     3284575fea1b242bb47eaab8854f17162b1d8614
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 07:03:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 07:03:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3284575f

net-libs/zeromq: force bash for now until upstream fixes land

One of the fixes is in an upstream project used for all their autotools bits.

Closes: https://bugs.gentoo.org/923922
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/zeromq/zeromq-4.3.3-r1.ebuild | 7 +++++--
 net-libs/zeromq/zeromq-4.3.4-r1.ebuild | 7 +++++--
 net-libs/zeromq/zeromq-4.3.4-r2.ebuild | 7 +++++--
 net-libs/zeromq/zeromq-4.3.5-r1.ebuild | 8 ++++++--
 net-libs/zeromq/zeromq-4.3.5.ebuild    | 7 +++++--
 5 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
index f507ff1b89b5..87f3eeabceb6 100644
--- a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -46,7 +46,10 @@ src_configure() {
 		$(use_with sodium libsodium)
 		$(use_with doc docs)
 	)
-	econf "${myeconfargs[@]}"
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {

diff --git a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
index 7fdebcd85665..c18331194b3b 100644
--- a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -46,7 +46,10 @@ src_configure() {
 		$(use_with sodium libsodium)
 		$(use_with doc docs)
 	)
-	econf "${myeconfargs[@]}"
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {

diff --git a/net-libs/zeromq/zeromq-4.3.4-r2.ebuild b/net-libs/zeromq/zeromq-4.3.4-r2.ebuild
index f9a40343c196..e3d18dcd4cb1 100644
--- a/net-libs/zeromq/zeromq-4.3.4-r2.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -56,7 +56,10 @@ src_configure() {
 		$(use_with sodium libsodium)
 		$(use_with doc docs)
 	)
-	econf "${myeconfargs[@]}"
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {

diff --git a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
index e42b438ca368..6108f439cba7 100644
--- a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -54,7 +54,11 @@ src_configure() {
 		$(use_with sodium libsodium)
 		$(use_with doc docs)
 	)
-	econf "${myeconfargs[@]}"
+
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {

diff --git a/net-libs/zeromq/zeromq-4.3.5.ebuild b/net-libs/zeromq/zeromq-4.3.5.ebuild
index c894ce5dca79..09f7ce445d8f 100644
--- a/net-libs/zeromq/zeromq-4.3.5.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -40,7 +40,10 @@ src_configure() {
 		$(use_with sodium libsodium)
 		$(use_with doc docs)
 	)
-	econf "${myeconfargs[@]}"
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {