commit:     f6583027f3f0d30cb0469804f24a074c2d363f46
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:53:26 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6583027

dev-ml/bin_prot: Fix deps and compile fail

Thanks to toralf for reporting.

Closes: https://bugs.gentoo.org/748996
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-ml/bin_prot/bin_prot-0.14.0.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild 
b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index cff30ab7e83..6ba62e637f8 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -15,12 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 RDEPEND="
-       dev-ml/base:=
-       dev-ml/ppx_compare:=
-       dev-ml/ppx_custom_printf:=
-       dev-ml/ppx_fields_conv:=
-       dev-ml/ppx_sexp_conv:=
-       dev-ml/ppx_variants_conv:=
-       !dev-ml/bin-prot
+       >=dev-ml/base-0.14.0:=
+       dev-ml/findlib:=
+       >=dev-ml/ppx_compare-0.14.0:=
+       >=dev-ml/ppx_custom_printf-0.14.0:=
+       >=dev-ml/ppx_fields_conv-0.14.0:=
+       >=dev-ml/ppx_optcomp-0.14.0:=
+       >=dev-ml/ppx_sexp_conv-0.14.0:=
+       >=dev-ml/ppx_variants_conv-0.14.0:=
 "
 DEPEND="${RDEPEND}"

Reply via email to