From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A357A1382C5 for ; Sat, 9 Jan 2021 22:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B33B3E081B; Sat, 9 Jan 2021 22:46:08 +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 97778E081B for ; Sat, 9 Jan 2021 22:46:08 +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 E55843408F9 for ; Sat, 9 Jan 2021 22:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8598B493 for ; Sat, 9 Jan 2021 22:46:05 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1610232347.16e9d4e55ea6307bf56b7e0aea7def28ac61d137.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxfind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppxfind/ppxfind-1.4.ebuild X-VCS-Directories: dev-ml/ppxfind/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 16e9d4e55ea6307bf56b7e0aea7def28ac61d137 X-VCS-Branch: master Date: Sat, 9 Jan 2021 22:46:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb56b9f3-5822-47dc-b3e1-50b68ce1a08b X-Archives-Hash: 71589a19216d4197f40e4c4dc6bc9c48 commit: 16e9d4e55ea6307bf56b7e0aea7def28ac61d137 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jan 9 22:45:09 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jan 9 22:45:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e9d4e5 dev-ml/ppxfind: requiring a previous ocaml-migrate-parsetree Closes: https://bugs.gentoo.org/748552 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppxfind/ppxfind-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppxfind/ppxfind-1.4.ebuild b/dev-ml/ppxfind/ppxfind-1.4.ebuild index 364bb0ea69c..b964ae76cb1 100644 --- a/dev-ml/ppxfind/ppxfind-1.4.ebuild +++ b/dev-ml/ppxfind/ppxfind-1.4.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 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" - dev-ml/ocaml-migrate-parsetree:= + <=dev-ml/ocaml-migrate-parsetree-1.80:= dev-ml/findlib:= " RDEPEND="${DEPEND}"