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 5D90A1581EC for ; Sat, 23 Nov 2024 18:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97673E07B3; Sat, 23 Nov 2024 18:57:21 +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 7AD49E07B3 for ; Sat, 23 Nov 2024 18:57:21 +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 86EF5335DC7 for ; Sat, 23 Nov 2024 18:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248CCAE7 for ; Sat, 23 Nov 2024 18:57:19 +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: <1732388219.e8ce753cae31559dec38fa7d86901f3160171613.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocurl/ocurl-0.9.2-r1.ebuild dev-ml/ocurl/ocurl-0.9.2-r2.ebuild X-VCS-Directories: dev-ml/ocurl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e8ce753cae31559dec38fa7d86901f3160171613 X-VCS-Branch: master Date: Sat, 23 Nov 2024 18:57:19 +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: 59719279-8e18-4e6d-b0e0-4f6fe878359e X-Archives-Hash: 73634bbcf5df86b1d7d369c4bd4ff050 commit: e8ce753cae31559dec38fa7d86901f3160171613 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Nov 23 17:36:15 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Nov 23 18:56:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ce753c dev-ml/ocurl: add dependency on ocplib-endian Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocurl/{ocurl-0.9.2-r1.ebuild => ocurl-0.9.2-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild b/dev-ml/ocurl/ocurl-0.9.2-r2.ebuild similarity index 92% rename from dev-ml/ocurl/ocurl-0.9.2-r1.ebuild rename to dev-ml/ocurl/ocurl-0.9.2-r2.ebuild index 1a402989dbf3..3f05996a548f 100644 --- a/dev-ml/ocurl/ocurl-0.9.2-r1.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.2-r2.ebuild @@ -15,7 +15,8 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="examples +ocamlopt" RDEPEND="net-misc/curl - dev-ml/lwt:=[ocamlopt?]" + dev-ml/lwt:=[ocamlopt?] + dev-ml/ocplib-endian:=[ocamlopt?]" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"