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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B4921581EC for ; Fri, 22 Nov 2024 08:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910CEE07F0; Fri, 22 Nov 2024 08:29:39 +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 76578E07F0 for ; Fri, 22 Nov 2024 08:29:39 +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 8F520341707 for ; Fri, 22 Nov 2024 08:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3F8AE7 for ; Fri, 22 Nov 2024 08:29:36 +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: <1732264128.a639cc65fd42aa1726617a6b582034cebb2cae25.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild X-VCS-Directories: dev-ml/opam-0install-cudf/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a639cc65fd42aa1726617a6b582034cebb2cae25 X-VCS-Branch: master Date: Fri, 22 Nov 2024 08:29:36 +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: 11a035a9-aae4-42c6-89d1-104373f64756 X-Archives-Hash: 8388fb90124aef91568c67f5d76ac1d1 commit: a639cc65fd42aa1726617a6b582034cebb2cae25 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Nov 22 08:28:48 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Nov 22 08:28:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a639cc65 dev-ml/opam-0install-cudf: fix RDEPS Signed-off-by: Alfredo Tupone gentoo.org> ...install-cudf-0.5.0.ebuild => opam-0install-cudf-0.5.0-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild similarity index 81% rename from dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild rename to dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild index 9db05d077373..053ce51b7f09 100644 --- a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild +++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild @@ -15,6 +15,12 @@ KEYWORDS="~amd64" IUSE="+ocamlopt" +RDEPEND=" + dev-ml/0install:=[ocamlopt?] + dev-ml/cudf:=[ocamlopt?] + dev-ml/extlib:=[ocamlopt?] +" + src_configure() { : }