sys-boot/syslinux: Add DEPEND on sys-apps/util-linux

Some syslinux files needs headers from util-linux
e.g. extlinux/xfs_sb.h includes <uuid/uuid.h>.

Signed-off-by: Manoj Gupta <manojgupta@google.com>
Closes: https://github.com/gentoo/gentoo/pull/20903
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Manoj Gupta
2021-05-20 19:44:18 -07:00
committed by Sam James
parent 7228d72798
commit f92b2c5fe6

View File

@@ -28,6 +28,7 @@ RDEPEND="sys-fs/mtools
DEPEND="${RDEPEND}
dev-lang/nasm
>=sys-boot/gnu-efi-3.0u
sys-apps/util-linux
virtual/os-headers"
S=${WORKDIR}/${P/_/-}