2009/4/1 Helmut Jarausch <jarau...@igpm.rwth-aachen.de>: > Hi, > > dev-util/eclipse-sdk-3.4.1.ebuild from layman/java-overlay > > contains > > CDEPEND="..... > >=dev-java/tomcat-servlet-api-5.5.25-r1:2.4 > > What does that mean? > I have > dev-java/tomcat-servlet-api-6.0.18 > installed in the 2.5 slot. > But portage wants to emerge tomcat-servlet-api-5.5.27 which > is masked by me (I have masked all < tomcat-servlet-api-6) > Does the '>=' apply to the version only or to the slot, as well? >
Afaik this means any version greater or equal than 5.5.25-r1 which is in the 2.4 slot of dev-java/tomcat-servlet-api satisfies the dependency. -- Regards, Daniel