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 EF77C158094 for ; Fri, 1 Jul 2022 07:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7F4E0AEC; Fri, 1 Jul 2022 07:25:38 +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 0FA68E0AEC for ; Fri, 1 Jul 2022 07:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C936D341034 for ; Fri, 1 Jul 2022 07:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B0A150C for ; Fri, 1 Jul 2022 07:25:35 +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: <1656660324.8acdf156469dc779f94e75da4042bc96681d50a4.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.17.1-r1.ebuild X-VCS-Directories: dev-ml/ocaml-ctypes/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8acdf156469dc779f94e75da4042bc96681d50a4 X-VCS-Branch: master Date: Fri, 1 Jul 2022 07:25:35 +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: 5522259d-4634-4119-9d19-800a52a02cfb X-Archives-Hash: 1f3b4d364a565db309a289f68d0a56bc commit: 8acdf156469dc779f94e75da4042bc96681d50a4 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jul 1 07:25:24 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jul 1 07:25:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acdf156 dev-ml/ocaml-ctypes: fix also stable version Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild index 375830244949..673fa173a3a8 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild @@ -15,14 +15,14 @@ KEYWORDS="amd64 arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="dev-ml/findlib[ocamlopt]" RDEPEND=" - >=dev-lang/ocaml-4.02:=[ocamlopt] + >=dev-lang/ocaml-4.02:= >=dev-libs/libffi-3.3_rc0:= dev-ml/integers:= " DEPEND="${RDEPEND} test? ( dev-ml/ounit2 dev-ml/lwt )" +REQUIRED_USE="ocamlopt" src_prepare() { sed -e 's/oUnit/ounit2/g' -i Makefile.tests || die