From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 079DB139345 for ; Fri, 16 Jul 2021 04:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCE5E0ACA; Fri, 16 Jul 2021 04:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C53E0E0ACA for ; Fri, 16 Jul 2021 04:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C47342C19 for ; Fri, 16 Jul 2021 04:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED4B63F for ; Fri, 16 Jul 2021 04:04:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626408184.f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild X-VCS-Directories: sys-boot/syslinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2 X-VCS-Branch: master Date: Fri, 16 Jul 2021 04:04:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 848eac14-2fbd-4cab-844b-e8489eedfa59 X-Archives-Hash: 2a9816bb8e0896687f013e583f964867 commit: f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2 Author: Manoj Gupta google com> AuthorDate: Fri May 21 02:44:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 16 04:03:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92b2c5f 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 . Signed-off-by: Manoj Gupta google.com> Closes: https://github.com/gentoo/gentoo/pull/20903 Signed-off-by: Sam James gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild index 2371fdae815..2a2e03e65c9 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/_/-}