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 B1F86158094 for ; Sun, 9 Oct 2022 12:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62C2E07F9; Sun, 9 Oct 2022 12:49:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB4A8E07F9 for ; Sun, 9 Oct 2022 12:49:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADB8F34108A for ; Sun, 9 Oct 2022 12:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352D3523 for ; Sun, 9 Oct 2022 12:49:29 +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: <1665319755.4a4a132915a265dbccb82a18ae70a0b988b8c656.tupone@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.4.2-r1.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 4a4a132915a265dbccb82a18ae70a0b988b8c656 X-VCS-Branch: master Date: Sun, 9 Oct 2022 12:49:29 +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: d126fd54-acf6-4417-9f86-650a55bb1a60 X-Archives-Hash: 03934ceee6889a3eb7c82e9076282288 commit: 4a4a132915a265dbccb82a18ae70a0b988b8c656 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 9 12:47:29 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 9 12:49:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a1329 dev-ml/lwt: remove seq dependency Closes: https://bugs.gentoo.org/872674 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lwt/lwt-5.4.2-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-ml/lwt/lwt-5.4.2-r1.ebuild b/dev-ml/lwt/lwt-5.4.2-r1.ebuild index 416c08864003..37deef97464a 100644 --- a/dev-ml/lwt/lwt-5.4.2-r1.ebuild +++ b/dev-ml/lwt/lwt-5.4.2-r1.ebuild @@ -27,6 +27,14 @@ BDEPEND=" dev-ml/cppo dev-ml/findlib" +src_prepare() { + sed -i \ + -e "s: seq::" \ + src/core/dune \ + die + default +} + src_install() { local i for i in lwt lwt_luv lwt_ppx lwt_react ; do