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 DF223138359 for ; Mon, 2 Nov 2020 19:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153B7E0821; Mon, 2 Nov 2020 19:28:24 +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 E35A6E0821 for ; Mon, 2 Nov 2020 19:28:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C216D33BE95 for ; Mon, 2 Nov 2020 19:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCE03A9 for ; Mon, 2 Nov 2020 19:28:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1604345241.0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea/icedtea-3.17.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25 X-VCS-Branch: master Date: Mon, 2 Nov 2020 19:28:21 +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: 86b4ee25-ee1f-43d3-b043-b335b746d3a7 X-Archives-Hash: 6be6aeba6b499eb6cbadbfa7fe027a98 commit: 0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Nov 2 19:27:21 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Nov 2 19:27:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3df0a7 dev-java/icedtea: force bash for ./configure Bug: https://bugs.gentoo.org/722292 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/icedtea-3.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea/icedtea-3.17.0.ebuild b/dev-java/icedtea/icedtea-3.17.0.ebuild index e45ecc44c97..a1cdb9d968d 100644 --- a/dev-java/icedtea/icedtea-3.17.0.ebuild +++ b/dev-java/icedtea/icedtea-3.17.0.ebuild @@ -299,7 +299,7 @@ src_configure() { unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS - econf ${config} \ + CONFIG_SHELL="${EPREFIX}/bin/bash" econf ${config} \ --with-openjdk-src-zip="${DISTDIR}/${OPENJDK_GENTOO_TARBALL}" \ --with-corba-src-zip="${DISTDIR}/${CORBA_GENTOO_TARBALL}" \ --with-jaxp-src-zip="${DISTDIR}/${JAXP_GENTOO_TARBALL}" \