diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-17 01:46:21 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-17 02:16:46 +1100 |
commit | 1505da97d979d877be9a2ba40926503dbaa3ba8c (patch) | |
tree | 18a4f2547a4b60e5b979a542875a0cc07885ee2a /dev-ml/ppx_string/ppx_string-0.14.1.ebuild | |
parent | dev-ml/ppx_sexp_message: Fix deps and compile fail (diff) | |
download | gentoo-1505da97d979d877be9a2ba40926503dbaa3ba8c.tar.gz gentoo-1505da97d979d877be9a2ba40926503dbaa3ba8c.tar.bz2 gentoo-1505da97d979d877be9a2ba40926503dbaa3ba8c.zip |
dev-ml/ppx_string: Fix deps
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_string/ppx_string-0.14.1.ebuild')
-rw-r--r-- | dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild index 1dba11376c55..44e362e98518 100644 --- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild +++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild @@ -11,15 +11,16 @@ SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64" IUSE="+ocamlopt" DEPEND=" - dev-ml/base:= - dev-ml/stdio:= - dev-ml/ppx_base:= - dev-ml/ppxlib:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/result:= + >=dev-ml/base-0.14.0:= + >=dev-ml/ppx_base-0.14.0:= + >=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:= + >=dev-ml/stdio-0.14.0:= " RDEPEND="${DEPEND}" |