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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88D1C158086 for ; Thu, 14 Oct 2021 09:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971A9E0918; Thu, 14 Oct 2021 09:03:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E7FDE0918 for ; Thu, 14 Oct 2021 09:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DBDA3430E1 for ; Thu, 14 Oct 2021 09:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0CE0EC for ; Thu, 14 Oct 2021 09:03:23 +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: <1634202180.cedaa4f01135da3dd3b1b78cd97fffe396413a1a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geneweb/geneweb-7.0.0-r2.ebuild X-VCS-Directories: app-misc/geneweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: cedaa4f01135da3dd3b1b78cd97fffe396413a1a X-VCS-Branch: master Date: Thu, 14 Oct 2021 09:03:23 +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: 80d817ec-5b17-4022-888a-eb85fef93b7e X-Archives-Hash: 10371530f72619c2d22e675f3cf9d5c5 commit: cedaa4f01135da3dd3b1b78cd97fffe396413a1a Author: Alfredo Tupone gentoo org> AuthorDate: Thu Oct 14 09:03:00 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Oct 14 09:03:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedaa4f0 app-misc/geneweb: build with ocaml-4.12 Closes: https://bugs.gentoo.org/817356 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> app-misc/geneweb/geneweb-7.0.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/geneweb/geneweb-7.0.0-r2.ebuild b/app-misc/geneweb/geneweb-7.0.0-r2.ebuild index 5215b896813..22aceff8db3 100644 --- a/app-misc/geneweb/geneweb-7.0.0-r2.ebuild +++ b/app-misc/geneweb/geneweb-7.0.0-r2.ebuild @@ -32,6 +32,7 @@ src_prepare() { default sed -i -e "s/oUnit/ounit2/" test/dune.in || die + sed -i -e "500,$ s| compare | Stdlib.compare |" lib/util/mutil.ml || die } src_configure() {