commit: d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 02:11:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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} )
"