commit: 037e8638df7d222b5c089c5447e079ed5748e8b0
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 14:20:05 2024 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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"
-
}