Files
entropy/libraries
Fabio Erculiani a7d8558a1f [entropy.db] add support for "or" dependencies
OR dependencies support has been always postponed because every
solution wasn't good enough, until today.
Future Entropy Server versions will enable "OR" dependencies support
when generating package metadata improving current Portage<->Entropy
support.

Syntax is: app-foo/foo;app-bar/baz?
Calling EntropyRepository.atomMatch(), the first matched dependencies
will be returned.
2010-03-26 16:24:17 +01:00
..