projg2 / installkernel-gentoo

Gentoo fork of installkernel from debianutils
GNU General Public License v2.0
19 stars 7 forks source link

Adding app-emulation/virt-firmware as a dependency #22

Closed Biosias closed 8 months ago

Biosias commented 8 months ago

Hello again,

would it be possible to make app-emulation/virt-firmware dependency of installkernel if use flag efistub is chosen? Or is there some reason it was not done this way?

Nowa-Ammerlaan commented 8 months ago

This is already the case in version 29:

    efistub? (
        >=app-emulation/virt-firmware-24.2_p20240315-r2
        || (
            sys-apps/systemd[boot(-)]
            sys-apps/systemd-utils[boot(-)]
        )
    )