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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7500158086 for ; Tue, 4 Jan 2022 18:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240172BC015; Tue, 4 Jan 2022 18:10:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB7472BC015 for ; Tue, 4 Jan 2022 18:10:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58657342B5D for ; Tue, 4 Jan 2022 18:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D30E239 for ; Tue, 4 Jan 2022 18:10:07 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1641319804.50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/luv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/luv/luv-0.5.10-r1.ebuild dev-ml/luv/luv-0.5.10-r2.ebuild X-VCS-Directories: dev-ml/luv/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd X-VCS-Branch: master Date: Tue, 4 Jan 2022 18:10:07 +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: 6e86344c-156e-44e7-8305-34ea7d48ed8c X-Archives-Hash: 8e75847ec8826e7f7c0b5531d4246b06 commit: 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 4 18:06:21 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jan 4 18:10:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d76280 dev-ml/luv: do not depend on ocaml >4.13 Closes: https://bugs.gentoo.org/829798 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-ml/luv/{luv-0.5.10-r1.ebuild => luv-0.5.10-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/luv/luv-0.5.10-r1.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild similarity index 86% rename from dev-ml/luv/luv-0.5.10-r1.ebuild rename to dev-ml/luv/luv-0.5.10-r2.ebuild index a50ac52098a3..01d679ae6917 100644 --- a/dev-ml/luv/luv-0.5.10-r1.ebuild +++ b/dev-ml/luv/luv-0.5.10-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune @@ -16,6 +16,7 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" RDEPEND=" + <=dev-lang/ocaml-4.13:=[ocamlopt?] dev-libs/libuv:= dev-ml/ocaml-ctypes:= dev-ml/result:=