From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CD6D615827B for ; Sun, 31 Aug 2025 19:04:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B44D1340EBE for ; Sun, 31 Aug 2025 19:04:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 51937110564; Sun, 31 Aug 2025 19:04:34 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 48101110564 for ; Sun, 31 Aug 2025 19:04:34 +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 D4F2D34096C for ; Sun, 31 Aug 2025 19:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4232D34D4 for ; Sun, 31 Aug 2025 19:04:32 +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: <1756667029.f5a3b33910a4b080cf1ae7b0ad9fbf65c268fcf1.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.9.1-r1.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f5a3b33910a4b080cf1ae7b0ad9fbf65c268fcf1 X-VCS-Branch: master Date: Sun, 31 Aug 2025 19:04:32 +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: a81bd6c2-ba28-4ee0-8cc8-443099c11a08 X-Archives-Hash: 636277c06082ff209d5419b6ef26bf10 commit: f5a3b33910a4b080cf1ae7b0ad9fbf65c268fcf1 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Aug 31 18:57:57 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Aug 31 19:03:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3b339 dev-ml/lwt: for test require ppx_here Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lwt/lwt-5.9.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ml/lwt/lwt-5.9.1-r1.ebuild b/dev-ml/lwt/lwt-5.9.1-r1.ebuild index ed3b7eb04290..9f51e528a13e 100644 --- a/dev-ml/lwt/lwt-5.9.1-r1.ebuild +++ b/dev-ml/lwt/lwt-5.9.1-r1.ebuild @@ -12,7 +12,8 @@ SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" DEPEND=" dev-libs/libev @@ -28,6 +29,7 @@ RDEPEND="${DEPEND}" BDEPEND=" dev-ml/cppo dev-ml/findlib + test? ( dev-ml/ppx_here ) " # "domainslib" is unpackaged.