commit: f5a3b33910a4b080cf1ae7b0ad9fbf65c268fcf1 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Aug 31 18:57:57 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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.
