From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1645312-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 56F9B15817D for <garchives@archives.gentoo.org>; Fri, 21 Jun 2024 06:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 867FFE29BE; Fri, 21 Jun 2024 06:21:11 +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 641BEE29BE for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 06:21:11 +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 6A812335D75 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 06:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C80271682 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 06:21:08 +0000 (UTC) From: "Alfredo Tupone" <tupone@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, "Alfredo Tupone" <tupone@gentoo.org> Message-ID: <1718950788.62ea48216345e4c8d6848293bf16dbbeb4648809.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild dev-ml/camlbz2/camlbz2-0.8.0.ebuild X-VCS-Directories: dev-ml/camlbz2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 62ea48216345e4c8d6848293bf16dbbeb4648809 X-VCS-Branch: master Date: Fri, 21 Jun 2024 06:21:08 +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: 96681922-0f92-4fbc-9b20-e4f76ce617c7 X-Archives-Hash: d48b897ac6fc073cad8da3e0587dedfe commit: 62ea48216345e4c8d6848293bf16dbbeb4648809 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 06:19:10 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Jun 21 06:19:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ea4821 dev-ml/camlbz2: fix deps Closes: https://bugs.gentoo.org/934594 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlbz2/{camlbz2-0.8.0.ebuild => camlbz2-0.8.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/camlbz2/camlbz2-0.8.0.ebuild b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild similarity index 88% rename from dev-ml/camlbz2/camlbz2-0.8.0.ebuild rename to dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild index 6c4986072a98..c78454058687 100644 --- a/dev-ml/camlbz2/camlbz2-0.8.0.ebuild +++ b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild @@ -15,5 +15,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -DEPEND="app-arch/bzip2" +DEPEND="app-arch/bzip2 + dev-ml/stdlib-shims:=[ocamlopt?]" RDEPEND="${DEPEND}"