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 DC241138359 for ; Sat, 17 Oct 2020 05:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A24AE077F; Sat, 17 Oct 2020 05:41:32 +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 9451BE077F for ; Sat, 17 Oct 2020 05:41:31 +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 37907340FBD for ; Sat, 17 Oct 2020 05:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A61EB3A4 for ; Sat, 17 Oct 2020 05:41:28 +0000 (UTC) From: "Sam James" 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" Message-ID: <1602913283.14bd3974f174b1b9aab3ed6b2b22f712a1304cc8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-5.3.0-r1.ebuild dev-ml/lwt/lwt-5.3.0.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14bd3974f174b1b9aab3ed6b2b22f712a1304cc8 X-VCS-Branch: master Date: Sat, 17 Oct 2020 05:41:28 +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: e18983e4-ed06-4577-8720-8cdd73edd139 X-Archives-Hash: 720c041fdb02aa929853f8d22b90980c commit: 14bd3974f174b1b9aab3ed6b2b22f712a1304cc8 Author: Sam James gentoo org> AuthorDate: Sat Oct 17 05:41:07 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 17 05:41:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bd3974 dev-ml/lwt: depend on newer cppo Solves similar issue to the one seen for ocplib-endian. See 34cf79fccb906b79c9c0fa570d86ce241bd8c199 for full explanation. Bug: https://bugs.gentoo.org/748549 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-ml/lwt/{lwt-5.3.0.ebuild => lwt-5.3.0-r1.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-ml/lwt/lwt-5.3.0.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild similarity index 95% rename from dev-ml/lwt/lwt-5.3.0.ebuild rename to dev-ml/lwt/lwt-5.3.0-r1.ebuild index 417b2d5dfd1..fd4f8ed9887 100644 --- a/dev-ml/lwt/lwt-5.3.0.ebuild +++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild @@ -9,6 +9,9 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml" SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://ocsigen.org/lwt" +SLOT="0/${PV}" +LICENSE="LGPL-2.1-with-linking-exception" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" DEPEND=" @@ -20,17 +23,12 @@ DEPEND=" dev-ml/react:= dev-ml/dune-configurator:= dev-libs/libev" - RDEPEND="${DEPEND} !=dev-ml/cppo-1.6.6 dev-ml/findlib" -SLOT="0/${PV}" -LICENSE="LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - # backported from https://github.com/ocsigen/lwt/pull/807 PATCHES=( "${FILESDIR}"/${PN}-5.3.0-ppxlib-0.18.0.patch