If Eclipse-bin 3.1+ is installed (~x86), eclipse-subclipse-bin wants to install Exlipse-bin 3.0.2 anyway. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 77484 [details] Fixes bug Line 18 just needed ">=" instead of "=". The corrected line is: DEPEND=">=dev-util/eclipse-sdk-3.0*
bump
Sorry for the delay. Shuold be fixed now, so sync in a few hours to get the updates. A few notes... >=dev-util/eclipse-sdk-3.0* is technically an invalid depend. It should likely be >=dev-util/eclipse-sdk-3.0. Also, when posting minor changes like this, it is better to create patches against existing ebuilds. The biggest advantage of this, is that it allows people looking at the bug to immediately see what changes were made. Thanks for the report!