Skip to content

Commit

Permalink
app-admin/calamares: fix systemd-boot dep deux
Browse files Browse the repository at this point in the history
Fixes: 2a6e32f
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 15, 2023
1 parent ce05c19 commit 4175b97
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ RDEPEND="${COMMON_DEPEND}
app-admin/sudo
dev-libs/libatasmart
net-misc/rsync
|| ( sys-boot/grub:2 sys-apps/systemd sys-apps/systemd-utils[boot] )
|| (
sys-boot/grub:2
sys-apps/systemd[gnuefi(-)]
sys-apps/systemd[boot(-)]
sys-apps/systemd-utils[boot]
)
sys-boot/os-prober
sys-fs/squashfs-tools
sys-libs/timezone-data
Expand Down

0 comments on commit 4175b97

Please sign in to comment.