diff options
author | Sam James <sam@gentoo.org> | 2023-10-08 03:11:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-08 03:11:41 +0100 |
commit | d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931 (patch) | |
tree | 8ee01c0883a5c2d7d36bc044c85c619755ff7cfe /app-emulation/libguestfs | |
parent | media-sound/helvum: refine lower bounds on dependencies (diff) | |
download | gentoo-d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931.tar.gz gentoo-d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931.tar.bz2 gentoo-d92e5e7167fd5d5e0b6d89b4e1e6b45202c8a931.zip |
app-emulation/libguestfs: add missing deps
Oops, I forgot this earlier in b7fa38898fcb43f810130bc5a3001fe8091168bf.
Fixes: b7fa38898fcb43f810130bc5a3001fe8091168bf
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} ) " |