diff options
author | Manoj Gupta <manojgupta@google.com> | 2021-05-20 19:44:18 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-16 05:03:04 +0100 |
commit | f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2 (patch) | |
tree | 2c76aea1d31e500972b1498521eb5771e088f53e /sys-boot | |
parent | app-editors/retext: Stabilize 7.2.1 x86, #791355 (diff) | |
download | gentoo-f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2.tar.gz gentoo-f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2.tar.bz2 gentoo-f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2.zip |
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>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild index 2371fdae8151..2a2e03e65c97 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild @@ -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/_/-} |