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 2AE6C1382C5 for ; Wed, 31 Mar 2021 10:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E05FE0864; Wed, 31 Mar 2021 10:23:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE44E0864 for ; Wed, 31 Mar 2021 10:23:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AD04335D95 for ; Wed, 31 Mar 2021 10:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8178C638 for ; Wed, 31 Mar 2021 10:23:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617133912.9f99717f909fcb7eff1e3445b4d1f19129f112a3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/frama-c/frama-c-22.0.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9f99717f909fcb7eff1e3445b4d1f19129f112a3 X-VCS-Branch: master Date: Wed, 31 Mar 2021 10:23:15 +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: be5cd140-4a7b-4f90-b533-1fb3b47173b6 X-Archives-Hash: abd25f35881b606dd538e7a16fe0ab26 commit: 9f99717f909fcb7eff1e3445b4d1f19129f112a3 Author: François-Xavier Carton gmail com> AuthorDate: Tue Mar 30 19:51:52 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 30 19:51:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f99717f sci-mathematics/frama-c: doesn't build with why3-1.4.0 Signed-off-by: François-Xavier Carton gmail.com> sci-mathematics/frama-c/frama-c-22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/frama-c/frama-c-22.0.ebuild b/sci-mathematics/frama-c/frama-c-22.0.ebuild index d9fa08e3a..cffc68867 100644 --- a/sci-mathematics/frama-c/frama-c-22.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-22.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) - wp? ( >=sci-mathematics/why3-1.3.3 )" + wp? ( ~sci-mathematics/why3-1.3.3 )" DEPEND="${RDEPEND} dev-ml/findlib media-gfx/graphviz"