Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_typerep_conv/
Date: Tue, 09 Feb 2021 19:56:45
Message-Id: 1612900402.5396fa74aacbf2c61ab9dee35337b62b875ffe2b.sam@gentoo
1 commit: 5396fa74aacbf2c61ab9dee35337b62b875ffe2b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 19:53:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 19:53:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396fa74
7
8 dev-ml/ppx_typerep_conv: add ppxlib upper bound
9
10 See: 8fba56ffe31ff29f1f4bcb9cd35d594894befd7b
11 Bug: https://bugs.gentoo.org/769536
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild | 11 ++++++-----
16 1 file changed, 6 insertions(+), 5 deletions(-)
17
18 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
19 index c2794da592a..b810461d6a9 100644
20 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
21 +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,7 +9,7 @@ DESCRIPTION="Generation of runtime types from type declarations"
29 HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
30 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31
32 -LICENSE="Apache-2.0"
33 +LICENSE="MIT"
34 SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
36 IUSE="+ocamlopt"
37 @@ -18,8 +18,9 @@ DEPEND="
38 >=dev-ml/base-0.14.0:=
39 >=dev-ml/typerep-0.14.0:=
40 >=dev-ml/ppxlib-0.18.0:=
41 - >=dev-ml/ocaml-compiler-libs-0.11.0:=
42 - >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
43 - dev-ml/cinaps:=
44 + <=dev-ml/ppxlib-0.20.0:=
45 + >=dev-ml/ocaml-compiler-libs-0.11.0:=
46 + >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
47 + dev-ml/cinaps:=
48 "
49 RDEPEND="${DEPEND}"