On Mon, May 29, 2017 at 5:33 PM, Michał Górny <mgo...@gentoo.org> wrote: > > Secondly, it might be reasonable to provide configurable priorities for > solving multi-flag constraints. For example, we could use rightmost- > preferred logic for package.use, e.g.: > > */* PROVIDER_SSL: openssl gnutls > dev-util/foo PROVIDER_SSL: polarssl > > which would mean that for all packages, gnutls is preferred over openssl > (i.e. if ?? or ^^ applies, openssl will be disabled and gnutls will be > used), and polarssl is additionally preferred over everything else for > dev-util/foo.
Please, leftmost instead of rightmost?