Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105329 - eclipse-subclipse-bin demands Eclipse 3.02
Summary: eclipse-subclipse-bin demands Eclipse 3.02
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 21:36 UTC by Mike Slinn
Modified: 2006-04-13 20:32 UTC (History)
0 users

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


Attachments
Fixes bug (eclipse-subclipse-bin-0.9.31.ebuild,1.74 KB, text/plain)
2006-01-18 17:01 UTC, Mike Slinn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Slinn 2005-09-08 21:36:02 UTC
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.
Comment 1 Mike Slinn 2006-01-18 17:01:02 UTC
Created attachment 77484 [details]
Fixes bug

Line 18 just needed ">=" instead of "=".  The corrected line is:
DEPEND=">=dev-util/eclipse-sdk-3.0*
Comment 2 Mike Slinn 2006-04-13 08:35:15 UTC
bump
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2006-04-13 20:32:11 UTC
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!