summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 00:59:11 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:24 +1100
commit4548d2cc9ca4e4a9f3f477a9a9f636cea17b8a99 (patch)
treea0d7212944ff127e196d8ccb68a04dd2af22c635 /dev-ml/ppx_custom_printf
parentdev-ml/ppx_compare: Fix deps and compile fail (diff)
downloadgentoo-4548d2cc9ca4e4a9f3f477a9a9f636cea17b8a99.tar.gz
gentoo-4548d2cc9ca4e4a9f3f477a9a9f636cea17b8a99.tar.bz2
gentoo-4548d2cc9ca4e4a9f3f477a9a9f636cea17b8a99.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_custom_printf')
-rw-r--r--dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild11
1 files 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 7915067e7656..09fd4f2f2775 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}"