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 97666158020 for ; Sat, 19 Nov 2022 21:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F24FE0903; Sat, 19 Nov 2022 21:31:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4A2D4E0903 for ; Sat, 19 Nov 2022 21:31:40 +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 2C81A34126F for ; Sat, 19 Nov 2022 21:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CDD0756 for ; Sat, 19 Nov 2022 21:31:37 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1668893213.6e7a51ba017eb61743f30c801d61a4971f2289e4.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/files/, sci-mathematics/alt-ergo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild sci-mathematics/alt-ergo/files/alt-ergo-2.4.2-dune.patch X-VCS-Directories: sci-mathematics/alt-ergo/ sci-mathematics/alt-ergo/files/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6e7a51ba017eb61743f30c801d61a4971f2289e4 X-VCS-Branch: master Date: Sat, 19 Nov 2022 21:31:37 +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: 43404c01-2664-42be-a5f1-d46363fc0687 X-Archives-Hash: 8b9e5563a75a8267da559c00fabfaa0d commit: 6e7a51ba017eb61743f30c801d61a4971f2289e4 Author: Maciej Barć gentoo org> AuthorDate: Sat Nov 19 21:25:25 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Nov 19 21:26:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7a51ba sci-mathematics/alt-ergo: remove seq reference from dune build file Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild | 2 ++ sci-mathematics/alt-ergo/files/alt-ergo-2.4.2-dune.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild index 496625cddfef..581b8c28a604 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild @@ -34,6 +34,8 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="dev-ml/dune-configurator" +PATCHES=( "${FILESDIR}"/${P}-dune.patch ) + src_prepare() { default diff --git a/sci-mathematics/alt-ergo/files/alt-ergo-2.4.2-dune.patch b/sci-mathematics/alt-ergo/files/alt-ergo-2.4.2-dune.patch new file mode 100644 index 000000000000..58bcbaa70257 --- /dev/null +++ b/sci-mathematics/alt-ergo/files/alt-ergo-2.4.2-dune.patch @@ -0,0 +1,11 @@ +--- a/src/lib/dune ++++ b/src/lib/dune +@@ -21,7 +21,7 @@ + + ; external dependencies + (libraries +- seq unix num str zarith dynlink ocplib-simplex stdlib-shims) ++ unix num str zarith dynlink ocplib-simplex stdlib-shims) + + ; .mli only modules *also* need to be in this field + (modules_without_implementation matching_types numbersInterface sig sig_rel)