diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 03:54:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 03:54:57 +0000 |
commit | d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5 (patch) | |
tree | e4aba6a306da8ffcf8743a3d8534f5cc23256135 /app-emulation/libguestfs | |
parent | sci-libs/octomap: fix WhitespaceFound (diff) | |
download | gentoo-d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5.tar.gz gentoo-d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5.tar.bz2 gentoo-d9a3d6bedb12d6cbc10867017c9d40ac2fbfc3e5.zip |
app-emulation/libguestfs: fix MissingUseDepDefault
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild index d7917faae2be..1c3065d4181c 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[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] diff --git a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild index 9b008144a845..a1d8a602c2a3 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild @@ -69,7 +69,7 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[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] |