sys-kernel/installkernel-systemd-boot: allow sys-apps/systemd-utils[boot]

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-10-04 00:17:06 +01:00
parent 87a43592ab
commit 3df5e8adbd
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 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-boot/systemd-boot )
RDEPEND="|| ( sys-apps/systemd sys-apps/systemd-utils[boot] sys-boot/systemd-boot )
!<sys-apps/debianutils-4.9-r1[installkernel(+)]
!sys-kernel/installkernel-gentoo"