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 176B215817D for ; Sat, 22 Jun 2024 15:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 295CEE29CF; Sat, 22 Jun 2024 15:28:26 +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 0A060E29CF for ; Sat, 22 Jun 2024 15:28:26 +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 1ECE13406BF for ; Sat, 22 Jun 2024 15:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAB9F1D4B for ; Sat, 22 Jun 2024 15:28:23 +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: <1719070070.f1decfd86539ed2383fec86545ebb6de693a9a7a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/labltk/labltk-8.06.12-r2.ebuild X-VCS-Directories: dev-ml/labltk/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f1decfd86539ed2383fec86545ebb6de693a9a7a X-VCS-Branch: master Date: Sat, 22 Jun 2024 15:28:23 +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: 5dfdab5b-a963-45b9-9f3f-6630f6875553 X-Archives-Hash: 249a581f3de0c72b248de5339a134d12 commit: f1decfd86539ed2383fec86545ebb6de693a9a7a Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jun 22 15:27:50 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jun 22 15:27:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1decfd8 dev-ml/labltk: does not build with ocaml-5 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/labltk/labltk-8.06.12-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/labltk/labltk-8.06.12-r2.ebuild b/dev-ml/labltk/labltk-8.06.12-r2.ebuild index 974b1280538d..4086f1f797c1 100644 --- a/dev-ml/labltk/labltk-8.06.12-r2.ebuild +++ b/dev-ml/labltk/labltk-8.06.12-r2.ebuild @@ -15,7 +15,8 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86 ~amd64- IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= - >=dev-lang/ocaml-4.14:=[ocamlopt?,X(+)?]" + >=dev-lang/ocaml-4.14:=[ocamlopt?,X(+)?] +