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 A8DAB15800A for ; Fri, 4 Aug 2023 06:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF7CC2BC016; Fri, 4 Aug 2023 06:18:57 +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 D14342BC016 for ; Fri, 4 Aug 2023 06:18:57 +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 E2FE0340DD9 for ; Fri, 4 Aug 2023 06:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70640EEB for ; Fri, 4 Aug 2023 06:18:55 +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: <1691129884.bd45fa979049f2e07fca358424f2b4a17abe2220.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild X-VCS-Directories: dev-ml/ocaml-ctypes/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bd45fa979049f2e07fca358424f2b4a17abe2220 X-VCS-Branch: master Date: Fri, 4 Aug 2023 06:18:55 +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: aa058779-657d-4f50-aba2-765a791fdfd3 X-Archives-Hash: 5ff74a3703a3c5031091db4f693b745e commit: bd45fa979049f2e07fca358424f2b4a17abe2220 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Aug 4 06:17:15 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Aug 4 06:18:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd45fa97 dev-ml/ocaml-ctypes: fix deps and add dune_pkg_name Closes: https://bugs.gentoo.org/911683 Signed-off-by: Alfredo Tupone gentoo.org> .../{ocaml-ctypes-0.21.1.ebuild => ocaml-ctypes-0.21.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild similarity index 93% rename from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild rename to dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild index 0a3d64486722..ee6c6b87ae5a 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DUNE_PKG_NAME=ctypes inherit dune DESCRIPTION="Library for binding to C libraries using pure OCaml" @@ -20,6 +21,7 @@ RDEPEND=" >=dev-libs/libffi-3.3_rc0:= dev-ml/bigarray-compat:= dev-ml/integers:= + dev-ml/dune-configurator:= " DEPEND="${RDEPEND} test? ( dev-ml/ounit2 dev-ml/lwt )"