Running perl-5.16.3 on my gentoo system (see above), i had to change the
ebuild as follows. This stopped emerge from trying to downgrade perl to
5.12. 

My best understanding is that the dependency includes the minor version
(5.16.3), so the prior check in the ebuild (<=dev-lang/perl-5.16) was
considering 5.16.3 to be out of range.

My best understanding is also that the binaries includes in the
logitechmediaserver binary will be compatible with any gentoo
perl-5.16.x version, and not only 5.16.0. Right ?


Code:
--------------------
    
  RDEPEND="
  !prefix? ( >=sys-apps/baselayout-2.0.0 )
  !prefix? ( virtual/logger )
  >=dev-lang/perl-5.8.8[ithreads]
  x86? ( <dev-lang/perl-5.17[ithreads] )
  amd64? ( <=dev-lang/perl-5.14[ithreads] )
  >=dev-perl/Data-UUID-1.202
  "
  
--------------------


------------------------------------------------------------------------
te36's Profile: http://forums.slimdevices.com/member.php?userid=32586
View this thread: http://forums.slimdevices.com/showthread.php?t=97562

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to