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 80FE0138359 for ; Mon, 2 Nov 2020 19:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E5FE0827; Mon, 2 Nov 2020 19:34:40 +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 7D48FE0827 for ; Mon, 2 Nov 2020 19:34:40 +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 1C7AD33BE95 for ; Mon, 2 Nov 2020 19:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994EC3A9 for ; Mon, 2 Nov 2020 19:34:37 +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: <1604345666.f1ce05c239aaef9d36d46d2efd56bb1bdce82d46.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: f1ce05c239aaef9d36d46d2efd56bb1bdce82d46 X-VCS-Branch: master Date: Mon, 2 Nov 2020 19:34:37 +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: 711374dc-815e-4fd0-a224-b9a0499391c9 X-Archives-Hash: cbd71c869a6c617f90937d8eae298a87 commit: f1ce05c239aaef9d36d46d2efd56bb1bdce82d46 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Nov 2 19:34:26 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Nov 2 19:34:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ce05c2 dev-java/icedtea: add workaround comment, mention bug 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/icedtea/icedtea-3.17.0.ebuild b/dev-java/icedtea/icedtea-3.17.0.ebuild index a1cdb9d968d..0699e1a02b5 100644 --- a/dev-java/icedtea/icedtea-3.17.0.ebuild +++ b/dev-java/icedtea/icedtea-3.17.0.ebuild @@ -299,6 +299,7 @@ src_configure() { unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS + # force bash for now https://bugs.gentoo.org/722292 CONFIG_SHELL="${EPREFIX}/bin/bash" econf ${config} \ --with-openjdk-src-zip="${DISTDIR}/${OPENJDK_GENTOO_TARBALL}" \ --with-corba-src-zip="${DISTDIR}/${CORBA_GENTOO_TARBALL}" \