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.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 1419615808B for ; Sat, 28 Sep 2024 14:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C2EE29FB; Sat, 28 Sep 2024 14:22:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A030E29FB for ; Sat, 28 Sep 2024 14:22:09 +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 6059633BE9F for ; Sat, 28 Sep 2024 14:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0101F1897 for ; Sat, 28 Sep 2024 14:22:07 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1727533320.037e8638df7d222b5c089c5447e079ed5748e8b0.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/idea-community/idea-community-2024.2.3.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 037e8638df7d222b5c089c5447e079ed5748e8b0 X-VCS-Branch: master Date: Sat, 28 Sep 2024 14:22:07 +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: ee7afbdb-c8ca-4199-beb9-fcdfe4bdd1c1 X-Archives-Hash: d894955455b59e4df72b143710cb1cf6 commit: 037e8638df7d222b5c089c5447e079ed5748e8b0 Author: Mike Pagano gentoo org> AuthorDate: Sat Sep 28 14:20:05 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Sep 28 14:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037e8638 dev-util/idea-community: Do not remove bundled jbr The JetBrains JBR has capabilties not carried on other jdks. E.g. Wayland support based on WLToolkito Thanks to unlsycn for his contribution Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/idea-community-2024.2.3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/idea-community/idea-community-2024.2.3.ebuild b/dev-util/idea-community/idea-community-2024.2.3.ebuild index b61f2c92242b..f596ba9fb7b5 100644 --- a/dev-util/idea-community/idea-community-2024.2.3.ebuild +++ b/dev-util/idea-community/idea-community-2024.2.3.ebuild @@ -128,8 +128,4 @@ src_install() { # remove bundled harfbuzz rm -f "${D}"/lib/libharfbuzz.so || die "Unable to remove bundled harfbuzz" - - # remove bundled java - rm -r ${dst}/jbr || die "Unable to remove bundled java" - }