James Le Cuirot cdcd0ff285
coreos-devel/board-packages: Drop the OEM sysext dependencies
It is no longer necessary to include these as they are explicitly built
with --onlydeps in build_sysext_packages().

This new approach allows a package to be installed to both /usr and
sysexts with conflicting USE flags. Portage would normally refuse to do
this because it would "break" what is already installed to the board
root, but --ignore-world forces the breakage. It is safe in this context
because the board root is not used for execution, and affected packages
will be automatically rebuilt as needed, e.g. the next time you run
build_packages.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-02-13 22:03:20 +00:00
..