commit: 03a3d0e8f3f11e9ff6e985be07d553966a37a5f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 04:57:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 04:57:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a3d0e8
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 <AT> gentoo.org>
app-emulation/libguestfs/libguestfs-1.36.13-r2.ebuild | 6 +++---
app-emulation/libguestfs/libguestfs-1.36.15-r2.ebuild | 6 +++---
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 6e0a070c071..d7917faae2b 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 34525b34743..9b008144a84 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 b6657fede64..a923bf2b2f4 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 ) )