From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1249546-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A82021382C5
	for <garchives@archives.gentoo.org>; Tue,  9 Feb 2021 19:56:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A6D49E08FE;
	Tue,  9 Feb 2021 19:56:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 908E3E08FE
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2021 19:56:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 15CA7340E71
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2021 19:56:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7332E4C3
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2021 19:56:41 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1612900402.5396fa74aacbf2c61ab9dee35337b62b875ffe2b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_typerep_conv/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
X-VCS-Directories: dev-ml/ppx_typerep_conv/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5396fa74aacbf2c61ab9dee35337b62b875ffe2b
X-VCS-Branch: master
Date: Tue,  9 Feb 2021 19:56:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1dcf9f57-4fcb-4b5c-8e04-6ecfb093668e
X-Archives-Hash: ead540e409ad48c327c6ab2884963f00

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}"