Created attachment 378884 [details, diff] Patch adding missing REQUIRED_USE The configure has some weird logic that turns random stuff on and off, and REQUIRED_USE is too weak atm. IOW, if you enable all flags, the ebuild will fail at configure :). I've been able to find the following missing constraints: REQUIRED_USE=" - leanpsk? ( psk ) + leanpsk? ( psk !dsa !ecc ) fortress? ( extra sha512 ) + mcapi? ( ecc sha512 zlib ) Not that it actually builds afterwards but at least doesn't complain about incorrect options...
Another one: crl-monitor? ( threads )
I don't know how they got themselves into this hell, but it wasn't like this with 2.0.
tree cleaning bug #495848