I'm using blackdown-jdk and since blackdown-java3d is installed to jre-home (java-config -o) instead of jdk-home (java-config -O) everything end up in /jre: root@gentoo root $ java-config -o root@gentoo root $ java-config -O /opt/blackdown-jdk-1.4.1 I fixed this by manually adding `JRE_HOME=/opt/blackdown-jdk-1.4.1` to /etc/env.d/20java, but maybe this could be fixed in the ebuild instead Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 26045 [details] Ebuild that uses JDK insteant of JRE I think that blackdown-java3d should depend on virtual-jdk instead of virtual-jre so I made an ebuild that correct that problem. An blackdown-java3d-re ebuild should be created for the jre. My 2 cents...
In portage now, thanks guys, sometimes you're relentless and I appreciate it ;)