On Wed, 24 Feb 2010 18:12:46 -0500 Malinka Rellikwodahs <[email protected]> wrote: > > Isn't that actually an invalid dependency? Wouldn't the proper way > > of supporting that be: > > || ( <dev-libs/boost-1.35.0-r5 >=dev-libs/boost-1.35.0-r5[python] ) > > Maybe I'm crazy but isn't that exactly how it's dependencies are > specified?
Ah, then that's a different issue if they're in a || block. What that dependency means is "prefer <dev-libs/boost-1.35.0-r5 but also accept >=dev-libs/boost-1.35.0-r5[python] if you can't". So the ebuild needs to be fixed to list the best option first. -- Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
