commit: 4175b9715b1d881307c536bb5980001f0aa11e3f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 21:39:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 21:39:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4175b971
app-admin/calamares: fix systemd-boot dep deux
Fixes: 2a6e32f1ceeabf2fa4e95e9fdaee9a7046f72395
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{calamares-3.2.60-r3.ebuild => calamares-3.2.60-r4.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-admin/calamares/calamares-3.2.60-r3.ebuild
b/app-admin/calamares/calamares-3.2.60-r4.ebuild
similarity index 95%
rename from app-admin/calamares/calamares-3.2.60-r3.ebuild
rename to app-admin/calamares/calamares-3.2.60-r4.ebuild
index 516017469b80..370b7cfa23d3 100644
--- a/app-admin/calamares/calamares-3.2.60-r3.ebuild
+++ b/app-admin/calamares/calamares-3.2.60-r4.ebuild
@@ -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