mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Portage doesn't backtrack around blockers like this, (weak) blockers are purely
for file collisions (or in exceptional cases, strong blockers where the
existence of one package totally breaks another -- but they don't work
as "forward dependencies").
Just use a < dep for now. When a fixed version of unicorn is available,
we can swap to || ( ... ).
Fixes: c05064e5a1
Signed-off-by: Sam James <sam@gentoo.org>