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 5BB7A158087 for ; Wed, 12 Jan 2022 19:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F32F2BC03F; Wed, 12 Jan 2022 19:12:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C3B982BC03F for ; Wed, 12 Jan 2022 19:12:46 +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 97A7C343253 for ; Wed, 12 Jan 2022 19:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D6D258 for ; Wed, 12 Jan 2022 19:12:43 +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: <1642014750.2f8f145f23ac8838a1a2478a0eea3a1958faf1e0.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.10.ebuild dev-ml/labltk/labltk-8.06.9.ebuild X-VCS-Directories: dev-ml/labltk/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2f8f145f23ac8838a1a2478a0eea3a1958faf1e0 X-VCS-Branch: master Date: Wed, 12 Jan 2022 19:12:43 +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: eebc291c-bb44-4f9c-b4c8-2c4a36ff85e4 X-Archives-Hash: 0bb0a2633dafe55b3f48183eede75ce5 commit: 2f8f145f23ac8838a1a2478a0eea3a1958faf1e0 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 12 19:12:30 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 12 19:12:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8f145f dev-ml/labltk: fix DEPS on ocaml-4.12 max Closes: https://bugs.gentoo.org/822267 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/labltk/labltk-8.06.10.ebuild | 3 ++- dev-ml/labltk/labltk-8.06.9.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ml/labltk/labltk-8.06.10.ebuild b/dev-ml/labltk/labltk-8.06.10.ebuild index df062570447a..8c4ae9062615 100644 --- a/dev-ml/labltk/labltk-8.06.10.ebuild +++ b/dev-ml/labltk/labltk-8.06.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= + =dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} dev-ml/findlib diff --git a/dev-ml/labltk/labltk-8.06.9.ebuild b/dev-ml/labltk/labltk-8.06.9.ebuild index 10d78bc548ad..dabb658293ef 100644 --- a/dev-ml/labltk/labltk-8.06.9.ebuild +++ b/dev-ml/labltk/labltk-8.06.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-li IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= + =dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} dev-ml/findlib