commit:     4548d2cc9ca4e4a9f3f477a9a9f636cea17b8a99
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 13:59:11 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4548d2cc

dev-ml/ppx_custom_printf: Fix deps, drop ~x86

Had to drop ~x86 as the missing dep dev-ml/ppx_sexp_conv
does not have ~x86

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

 dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild 
b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
index 7915067e765..09fd4f2f277 100644
--- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
@@ -11,15 +11,16 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="
-       dev-ml/base:=
-       dev-ml/ppx_sexp_conv:=
+       >=dev-ml/base-0.14.0:=
+       dev-ml/findlib:=
+       >=dev-ml/ppx_sexp_conv-0.14.1:=
        >=dev-ml/ppxlib-0.18.0:=
-               dev-ml/ocaml-migrate-parsetree:=
-                       dev-ml/result:=
+               >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+                       dev-ml/cinaps:=
 "
 RDEPEND="${DEPEND}"
 

Reply via email to