From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B92F2158008 for ; Thu, 15 Jun 2023 21:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA073E088B; Thu, 15 Jun 2023 21:45:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0C20E088B for ; Thu, 15 Jun 2023 21:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00861335DCD for ; Thu, 15 Jun 2023 21:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EEE2A94 for ; Thu, 15 Jun 2023 21:45:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686865177.4175b9715b1d881307c536bb5980001f0aa11e3f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.2.60-r3.ebuild app-admin/calamares/calamares-3.2.60-r4.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4175b9715b1d881307c536bb5980001f0aa11e3f X-VCS-Branch: master Date: Thu, 15 Jun 2023 21:45:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0e8e06a-4a55-45a6-8cab-a461c8415de7 X-Archives-Hash: a1331d424b1b759287083bb378d492e9 commit: 4175b9715b1d881307c536bb5980001f0aa11e3f Author: Sam James gentoo org> AuthorDate: Thu Jun 15 21:39:12 2023 +0000 Commit: Sam James gentoo 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 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