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 4A590138350 for ; Sun, 9 Feb 2020 21:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53E5AE070D; Sun, 9 Feb 2020 21:36:22 +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 3230CE070D for ; Sun, 9 Feb 2020 21:36:22 +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 2418334DDA8 for ; Sun, 9 Feb 2020 21:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230732A for ; Sun, 9 Feb 2020 21:36:19 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1581284171.8a06926472246a298d761679a1e200b4a0721c6d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild X-VCS-Directories: dev-ml/ppx_tools/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8a06926472246a298d761679a1e200b4a0721c6d X-VCS-Branch: master Date: Sun, 9 Feb 2020 21:36:19 +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: af00c76c-7a50-4420-ad00-fb047386f410 X-Archives-Hash: 0f17c36c8e20df75745e7754e12cb2ca commit: 8a06926472246a298d761679a1e200b4a0721c6d Author: Miroslav Šulc gentoo org> AuthorDate: Sun Feb 9 21:35:53 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Feb 9 21:36:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a069264 dev-ml/ppx_tools: doesn't compile with ocaml-4.09 Bug: https://bugs.gentoo.org/708696 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild | 4 ++-- dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild index 3b440d54aeb..d0acc2b9fac 100644 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="+ocamlopt" -DEPEND=">=dev-lang/ocaml-4.03.0:=[ocamlopt?]" +DEPEND="