summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-09 19:53:14 +0000
committerSam James <sam@gentoo.org>2021-02-09 19:53:22 +0000
commit5396fa74aacbf2c61ab9dee35337b62b875ffe2b (patch)
treea4b30f7d6d17b63f7b553634c366c04fb0080da2 /dev-ml
parentdev-ml/opam-installer: fix opam-installer usage (diff)
downloadgentoo-5396fa74aacbf2c61ab9dee35337b62b875ffe2b.tar.gz
gentoo-5396fa74aacbf2c61ab9dee35337b62b875ffe2b.tar.bz2
gentoo-5396fa74aacbf2c61ab9dee35337b62b875ffe2b.zip
dev-ml/ppx_typerep_conv: add ppxlib upper bound
See: 8fba56ffe31ff29f1f4bcb9cd35d594894befd7b Bug: https://bugs.gentoo.org/769536 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
index c2794da592a2..b810461d6a92 100644
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Generation of runtime types from type declarations"
HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
@@ -18,8 +18,9 @@ DEPEND="
>=dev-ml/base-0.14.0:=
>=dev-ml/typerep-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/ppxlib-0.20.0:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"