commit: bc2f0633742d19ad76a6ece0c65fa4ceff50e98b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 22 19:50:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 19:50:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2f0633
app-emulation/libguestfs: fix ocamlopt dep Closes: https://bugs.gentoo.org/766576 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild index a923bf2b2f4..9e213a0a941 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild @@ -91,7 +91,7 @@ DEPEND="${COMMON_DEPEND} >=dev-lang/ocaml-4.03:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - <dev-ml/ocaml-gettext-0.4.2[ocamlopt] + <dev-ml/ocaml-gettext-0.4.2 dev-ml/ocaml-gettext-stub[ocamlopt] ) >=dev-ml/ounit-2[ocamlopt]
