commit: 5396fa74aacbf2c61ab9dee35337b62b875ffe2b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 19:53:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 19:53:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396fa74
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 <AT> gentoo.org> dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild | 11 ++++++----- 1 file 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 c2794da592a..b810461d6a9 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}"
