Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879071 - dev-util/pycharm-community USE="-bundled-jdk" does not delete the bundled jre
Summary: dev-util/pycharm-community USE="-bundled-jdk" does not delete the bundled jre
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 19:58 UTC by Francois
Modified: 2022-11-01 22:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois 2022-11-01 19:58:29 UTC
Even with USE="-bundled-jdk" the bundled java runtime is installed. I've only tested it on dev-util/pycharm-community-2022.2.3 .Pycharm professional could face the same problem.

I've fixed it buy changing "${JRE_DIR}" to "${D}/${DIR}/${JRE_DIR}" in src_install on its ebuild file.