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 63496138359 for ; Sat, 5 Sep 2020 18:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF8CE083B; Sat, 5 Sep 2020 18:41:39 +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 70534E083B for ; Sat, 5 Sep 2020 18:41:39 +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 036EF340C44 for ; Sat, 5 Sep 2020 18:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77541335 for ; Sat, 5 Sep 2020 18:41:36 +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: <1599331265.c81b8de0007d7b594d12ea72fb4520e548194ce2.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild X-VCS-Directories: dev-java/icedtea-web/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c81b8de0007d7b594d12ea72fb4520e548194ce2 X-VCS-Branch: master Date: Sat, 5 Sep 2020 18:41:36 +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: 94fee5a1-a6c4-4451-9b35-f0798ba9e99e X-Archives-Hash: 842c0e7dbcfe22d53ca1c7d00a563ea6 commit: c81b8de0007d7b594d12ea72fb4520e548194ce2 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 5 18:36:48 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 5 18:41:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81b8de0 dev-java/icedtea-web: fix some build issues in 1.8.4 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild index 56974b9a413..297c3d95ea6 100644 --- a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 README_GENTOO_SUFFIX="-r2" CRATES="dunce-0.1.1" -inherit autotools cargo readme.gentoo-r1 +inherit autotools bash-completion-r1 cargo readme.gentoo-r1 DESCRIPTION="FOSS Java browser plugin and Web Start implementation" HOMEPAGE="https://github.com/AdoptOpenJDK/IcedTea-Web" @@ -59,6 +59,8 @@ src_configure() { --without-tagsoup $(use_enable doc docs) ) + unset _JAVA_OPTIONS + export bashcompdir="$(get_bashcompdir)" # defaults to /etc if not found in pkg-config export CARGO_HOME="${ECARGO_HOME}" CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myconf[@]}" }