Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/
Date: Fri, 16 Jul 2021 04:04:38
Message-Id: 1626408184.f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2.sam@gentoo
1 commit: f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2
2 Author: Manoj Gupta <manojgupta <AT> google <DOT> com>
3 AuthorDate: Fri May 21 02:44:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 04:03:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92b2c5f
7
8 sys-boot/syslinux: Add DEPEND on sys-apps/util-linux
9
10 Some syslinux files needs headers from util-linux
11 e.g. extlinux/xfs_sb.h includes <uuid/uuid.h>.
12
13 Signed-off-by: Manoj Gupta <manojgupta <AT> google.com>
14 Closes: https://github.com/gentoo/gentoo/pull/20903
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
21 index 2371fdae815..2a2e03e65c9 100644
22 --- a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
23 +++ b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
24 @@ -28,6 +28,7 @@ RDEPEND="sys-fs/mtools
25 DEPEND="${RDEPEND}
26 dev-lang/nasm
27 >=sys-boot/gnu-efi-3.0u
28 + sys-apps/util-linux
29 virtual/os-headers"
30
31 S=${WORKDIR}/${P/_/-}