From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1560745-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 128D7158089
	for <garchives@archives.gentoo.org>; Sat,  7 Oct 2023 13:41:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CD3E02BC029;
	Sat,  7 Oct 2023 13:41:27 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B0A742BC029
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Oct 2023 13:41:27 +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 B2469335CE9
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Oct 2023 13:41:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 073289F1
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Oct 2023 13:41:25 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1696686057.d126e488a119ef3f267029ece46affe22032cfd4.juippis@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: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: d126e488a119ef3f267029ece46affe22032cfd4
X-VCS-Branch: master
Date: Sat,  7 Oct 2023 13:41:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d34336e3-a187-4e5b-b6bb-6d7b3f583f66
X-Archives-Hash: 1f3c2f34b004d624939321146f3569fb

commit:     d126e488a119ef3f267029ece46affe22032cfd4
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 13:40:57 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 13:40:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d126e488

app-emulation/libguestfs: add missing bison bdep

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-emulation/libguestfs/libguestfs-1.48.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild
index 5e74cf7add00..11b39fa23a18 100644
--- a/app-emulation/libguestfs/libguestfs-1.48.6.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.48.6.ebuild
@@ -114,6 +114,7 @@ RDEPEND="${COMMON_DEPEND}
 # Upstream build scripts compile and install Lua bindings for the ABI version
 # obtained by running 'lua' on the build host
 BDEPEND="
+	app-alternatives/yacc
 	virtual/pkgconfig
 	lua? ( ${LUA_DEPS} )
 "