summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2024-09-28 10:20:05 -0400
committerMike Pagano <mpagano@gentoo.org>2024-09-28 10:22:00 -0400
commit037e8638df7d222b5c089c5447e079ed5748e8b0 (patch)
tree161933e4e759d7195e1cd6eb45b7ccae56a07de6 /dev-util/idea-community
parentdev-python/multidict: Stabilize 6.1.0 arm, #940394 (diff)
downloadgentoo-037e8638df7d222b5c089c5447e079ed5748e8b0.tar.gz
gentoo-037e8638df7d222b5c089c5447e079ed5748e8b0.tar.bz2
gentoo-037e8638df7d222b5c089c5447e079ed5748e8b0.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r--dev-util/idea-community/idea-community-2024.2.3.ebuild4
1 files changed, 0 insertions, 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"
-
}