sys-kernel/installkernel-systemd-boot: drop sys-apps/systemd-boot dep

We don't want Portage to try cling to this obsolete meta which just
depends on systemd-utils[boot] anyway.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-15 03:25:30 +01:00
parent be414dd85e
commit a8654342a7

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2022 Gentoo Authors
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 x86"
RDEPEND="|| ( sys-apps/systemd sys-apps/systemd-utils[boot] sys-boot/systemd-boot )
RDEPEND="|| ( sys-apps/systemd sys-apps/systemd-utils[boot] )
!<sys-apps/debianutils-4.9-r1[installkernel(+)]
!sys-kernel/installkernel-gentoo"