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 133A91382C5 for ; Thu, 7 Jan 2021 13:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53018E07D7; Thu, 7 Jan 2021 13:08:03 +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 3B789E07D7 for ; Thu, 7 Jan 2021 13:08:03 +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 2FFA1341286 for ; Thu, 7 Jan 2021 13:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1FCC4B for ; Thu, 7 Jan 2021 13:08:00 +0000 (UTC) From: "Sam James" 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" Message-ID: <1610024877.edc95998bc192e8d527c7461b29be0b9fc2dd128.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edc95998bc192e8d527c7461b29be0b9fc2dd128 X-VCS-Branch: master Date: Thu, 7 Jan 2021 13:08:00 +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: b75591da-54a3-4902-9ea7-5792e92f7671 X-Archives-Hash: 4f3af815f7624d7885aec174a9d43cb9 commit: edc95998bc192e8d527c7461b29be0b9fc2dd128 Author: Alexander Tsoy tsoy me> AuthorDate: Thu Jan 7 00:08:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 13:07:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc95998 dev-java/icedtea-web: Call xdg_environment_reset Closes: https://bugs.gentoo.org/762250 Signed-off-by: Alexander Tsoy tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/18970 Signed-off-by: Sam James gentoo.org> dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild | 3 ++- 1 file changed, 2 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 297c3d95ea6..59471a08197 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 bash-completion-r1 cargo readme.gentoo-r1 +inherit autotools bash-completion-r1 cargo readme.gentoo-r1 xdg-utils DESCRIPTION="FOSS Java browser plugin and Web Start implementation" HOMEPAGE="https://github.com/AdoptOpenJDK/IcedTea-Web" @@ -46,6 +46,7 @@ src_prepare() { } src_configure() { + xdg_environment_reset # some functionality (tagsoup rhino) is disabled, because dev-java is # unmaintained and a lot of things simply does not build anymore. # native plugins also disabled, modern browsers no longer support it.