diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-17 00:41:58 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-17 02:16:18 +1100 |
commit | 19968c73cf72445a2733d60a0ddcea645b2835ca (patch) | |
tree | fdc6b4e75f192fee7a7156d679ff69f92d159f59 /dev-ml/ppx_assert | |
parent | dev-ml/fieldslib: Fix deps and compile fail (diff) | |
download | gentoo-19968c73cf72445a2733d60a0ddcea645b2835ca.tar.gz gentoo-19968c73cf72445a2733d60a0ddcea645b2835ca.tar.bz2 gentoo-19968c73cf72445a2733d60a0ddcea645b2835ca.zip |
dev-ml/ppx_assert: Fix deps and compile fail
Thanks to toralf for reporting.
Bug: https://bugs.gentoo.org/749017
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_assert')
-rw-r--r-- | dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild index 8b49e9bb3e83..c62da0184451 100644 --- a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild +++ b/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild @@ -11,17 +11,19 @@ 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_cold:= - dev-ml/ppx_compare:= - dev-ml/ppx_here:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppxlib:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/result:= + >=dev-ml/base-0.14.0:= + dev-ml/findlib:= + >=dev-ml/ppx_cold-0.14.0:= + >=dev-ml/ppx_compare-0.14.0:= + >=dev-ml/ppx_here-0.14.0:= + >=dev-ml/ppx_sexp_conv-0.14.1:= + >=dev-ml/ppxlib-0.18.0:= + >=dev-ml/ocaml-compiler-libs-0.11.0:= + >=dev-ml/ocaml-migrate-parsetree-2.0.0:= + dev-ml/cinaps:= " RDEPEND="${DEPEND}" |