From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1490503-garchives=archives.gentoo.org@lists.gentoo.org> 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 8888D15802F for <garchives@archives.gentoo.org>; Sat, 25 Feb 2023 23:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6134E07D1; Sat, 25 Feb 2023 23:11:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87E15E07D1 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 23:11:06 +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 3F285340DE9 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 23:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2238A7 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 23:11:03 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1677366654.3da83144e754f9432e2f5c715698e1283a11109a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cppo/cppo-1.6.7-r1.ebuild dev-ml/cppo/cppo-1.6.7.ebuild dev-ml/cppo/cppo-1.6.8-r1.ebuild dev-ml/cppo/cppo-1.6.8.ebuild dev-ml/cppo/cppo-1.6.9-r1.ebuild dev-ml/cppo/cppo-1.6.9.ebuild X-VCS-Directories: dev-ml/cppo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3da83144e754f9432e2f5c715698e1283a11109a X-VCS-Branch: master Date: Sat, 25 Feb 2023 23:11:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d389e777-871e-48f9-b083-0c26eb15b1db X-Archives-Hash: 04767199942ae7500ec46f77d74d50d1 commit: 3da83144e754f9432e2f5c715698e1283a11109a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 23:07:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 23:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da83144 dev-ml/cppo: fix dep on ocamlbuild ocamlbuild also installs modules and dune tries to import it here. Closes: https://bugs.gentoo.org/896386 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/cppo/{cppo-1.6.7.ebuild => cppo-1.6.7-r1.ebuild} | 4 ++-- dev-ml/cppo/{cppo-1.6.8.ebuild => cppo-1.6.8-r1.ebuild} | 4 ++-- dev-ml/cppo/{cppo-1.6.9.ebuild => cppo-1.6.9-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ml/cppo/cppo-1.6.7.ebuild b/dev-ml/cppo/cppo-1.6.7-r1.ebuild similarity index 86% rename from dev-ml/cppo/cppo-1.6.7.ebuild rename to dev-ml/cppo/cppo-1.6.7-r1.ebuild index 921cf3dc2a25..1753b6f23aba 100644 --- a/dev-ml/cppo/cppo-1.6.7.ebuild +++ b/dev-ml/cppo/cppo-1.6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/cppo/cppo-1.6.8.ebuild b/dev-ml/cppo/cppo-1.6.8-r1.ebuild similarity index 86% rename from dev-ml/cppo/cppo-1.6.8.ebuild rename to dev-ml/cppo/cppo-1.6.8-r1.ebuild index d5be2914fca3..66030d3bfc18 100644 --- a/dev-ml/cppo/cppo-1.6.8.ebuild +++ b/dev-ml/cppo/cppo-1.6.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}" diff --git a/dev-ml/cppo/cppo-1.6.9.ebuild b/dev-ml/cppo/cppo-1.6.9-r1.ebuild similarity index 86% rename from dev-ml/cppo/cppo-1.6.9.ebuild rename to dev-ml/cppo/cppo-1.6.9-r1.ebuild index d5be2914fca3..66030d3bfc18 100644 --- a/dev-ml/cppo/cppo-1.6.9.ebuild +++ b/dev-ml/cppo/cppo-1.6.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,6 @@ LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -RDEPEND="dev-ml/ocamlbuild +RDEPEND="dev-ml/ocamlbuild:= dev-ml/findlib:=" DEPEND="${RDEPEND}"