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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DB66158087 for ; Sun, 7 Nov 2021 01:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6605D2BC00D; Sun, 7 Nov 2021 01:26:05 +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 6065E2BC00D for ; Sun, 7 Nov 2021 01:26:03 +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 59E6F342E60 for ; Sun, 7 Nov 2021 01:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE72018E for ; Sun, 7 Nov 2021 01:25:58 +0000 (UTC) From: "Sam James" 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" Message-ID: <1636248040.bab04cdceaa5297441c9961cd3543e431e1a9ffe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/num/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/num/num-1.4-r2.ebuild dev-ml/num/num-1.4-r3.ebuild X-VCS-Directories: dev-ml/num/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bab04cdceaa5297441c9961cd3543e431e1a9ffe X-VCS-Branch: master Date: Sun, 7 Nov 2021 01:25:58 +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: 8aab42b4-dd8c-4818-aeaf-029597496d89 X-Archives-Hash: 2d1f2e268d9e7f0862d9f51482770bd1 commit: bab04cdceaa5297441c9961cd3543e431e1a9ffe Author: Sam James gentoo org> AuthorDate: Sun Nov 7 01:20:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 01:20:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab04cdc dev-ml/num: fix handling of ocamlopt Closes: https://bugs.gentoo.org/821988 Signed-off-by: Sam James gentoo.org> dev-ml/num/{num-1.4-r2.ebuild => num-1.4-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/num/num-1.4-r2.ebuild b/dev-ml/num/num-1.4-r3.ebuild similarity index 93% rename from dev-ml/num/num-1.4-r2.ebuild rename to dev-ml/num/num-1.4-r3.ebuild index cf3d3b3bc4c..70fe28fb9f8 100644 --- a/dev-ml/num/num-1.4-r2.ebuild +++ b/dev-ml/num/num-1.4-r3.ebuild @@ -16,7 +16,8 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86- IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" -DEPEND="dev-ml/findlib:=" +BDEPEND="${RDEPEND}" +DEPEND="dev-ml/findlib:=[ocamlopt?]" src_compile() { emake CFLAGS="${CFLAGS}" NATDYNLINK="$(usex ocamlopt true false)"