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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C800B158089 for ; Sun, 8 Oct 2023 02:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BF512BC01B; Sun, 8 Oct 2023 02:12:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16182BC01B for ; Sun, 8 Oct 2023 02:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7C92335C5D for ; Sun, 8 Oct 2023 02:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE869CA for ; Sun, 8 Oct 2023 02:12:18 +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: <1696731101.d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libguestfs/libguestfs-1.48.6.ebuild X-VCS-Directories: app-emulation/libguestfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931 X-VCS-Branch: master Date: Sun, 8 Oct 2023 02:12:18 +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: b0670473-da65-473d-a1c4-ac1d565d2032 X-Archives-Hash: a448d0ad8d994bceb50115b20e8d6682 commit: d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931 Author: Sam James gentoo org> AuthorDate: Sun Oct 8 02:11:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 8 02:11:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92e5e71 app-emulation/libguestfs: add missing deps Oops, I forgot this earlier in b7fa38898fcb43f810130bc5a3001fe8091168bf. Fixes: b7fa38898fcb43f810130bc5a3001fe8091168bf Signed-off-by: Sam James gentoo.org> app-emulation/libguestfs/libguestfs-1.48.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild index f6b4f9fd63e2..8ae034c328ef 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild @@ -118,7 +118,8 @@ RDEPEND=" # Upstream build scripts compile and install Lua bindings for the ABI version # obtained by running 'lua' on the build host BDEPEND=" - app-alternatives/yacc + sys-devel/bison + sys-devel/flex virtual/pkgconfig lua? ( ${LUA_DEPS} ) "