diff options
author | Sam James <sam@gentoo.org> | 2021-01-22 04:57:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 04:57:00 +0000 |
commit | 03a3d0e8f3f11e9ff6e985be07d553966a37a5f2 (patch) | |
tree | a17a66bf4f282dfef27b5a242904f82c4f79791a /app-emulation | |
parent | sci-mathematics/gmp-ecm: fix #732032, #750716 and update HOME and SRC_URI (diff) | |
download | gentoo-03a3d0e8f3f11e9ff6e985be07d553966a37a5f2.tar.gz gentoo-03a3d0e8f3f11e9ff6e985be07d553966a37a5f2.tar.bz2 gentoo-03a3d0e8f3f11e9ff6e985be07d553966a37a5f2.zip |
app-emulation/libguestfs: fix ocaml deps
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild index 6e0a070c0717..d7917faae2be 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild @@ -71,10 +71,10 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - <dev-ml/ocaml-gettext-0.4.2:= - dev-ml/ocaml-gettext-stub:= + <dev-ml/ocaml-gettext-0.4.2[ocamlopt] + dev-ml/ocaml-gettext-stub[ocamlopt] ) - >=dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] ) erlang? ( dev-lang/erlang ) inspect-icons? ( diff --git a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild index 34525b347432..9b008144a845 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild @@ -69,10 +69,10 @@ COMMON_DEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - <dev-ml/ocaml-gettext-0.4.2:= - dev-ml/ocaml-gettext-stub:= + <dev-ml/ocaml-gettext-0.4.2[ocamlopt] + dev-ml/ocaml-gettext-stub[ocamlopt] ) - >=dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] ) erlang? ( dev-lang/erlang ) inspect-icons? ( diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild index b6657fede647..a923bf2b2f44 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r102.ebuild @@ -91,10 +91,10 @@ DEPEND="${COMMON_DEPEND} >=dev-lang/ocaml-4.03:=[ocamlopt] dev-ml/findlib[ocamlopt] || ( - <dev-ml/ocaml-gettext-0.4.2:= - dev-ml/ocaml-gettext-stub:= + <dev-ml/ocaml-gettext-0.4.2[ocamlopt] + dev-ml/ocaml-gettext-stub[ocamlopt] ) - >=dev-ml/ounit-2 + >=dev-ml/ounit-2[ocamlopt] doc? ( app-text/po4a ) ruby? ( dev-lang/ruby virtual/rubygems dev-ruby/rake ) test? ( introspection? ( dev-libs/gjs ) ) |