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 B7F6715ACB3 for ; Thu, 6 Apr 2023 15:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2806E0875; Thu, 6 Apr 2023 15:18:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8B4B7E0875 for ; Thu, 6 Apr 2023 15:18:38 +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 82022340F28 for ; Thu, 6 Apr 2023 15:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3071A16 for ; Thu, 6 Apr 2023 15:18:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1680794017.9ad23458b6a1ee0cdf0d45dded9eeb46905de53a.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/frama-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/frama-c/frama-c-23.1-r1.ebuild sci-mathematics/frama-c/frama-c-23.1.ebuild sci-mathematics/frama-c/frama-c-24.0-r1.ebuild sci-mathematics/frama-c/frama-c-24.0.ebuild sci-mathematics/frama-c/frama-c-25.0-r1.ebuild sci-mathematics/frama-c/frama-c-25.0.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9ad23458b6a1ee0cdf0d45dded9eeb46905de53a X-VCS-Branch: dev Date: Thu, 6 Apr 2023 15:18:35 +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: 655fa5ee-3cde-4684-b66e-321950c9f21a X-Archives-Hash: 5dc4588dab6cbe50a75a47bd66743acb commit: 9ad23458b6a1ee0cdf0d45dded9eeb46905de53a Author: Arthur Zamarin gentoo org> AuthorDate: Thu Apr 6 15:13:37 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 6 15:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ad23458 sci-mathematics/frama-c: fix dep on gtk useflag Signed-off-by: Arthur Zamarin gentoo.org> sci-mathematics/frama-c/{frama-c-23.1.ebuild => frama-c-23.1-r1.ebuild} | 2 +- sci-mathematics/frama-c/{frama-c-24.0.ebuild => frama-c-24.0-r1.ebuild} | 2 +- sci-mathematics/frama-c/{frama-c-25.0.ebuild => frama-c-25.0-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/frama-c/frama-c-23.1.ebuild b/sci-mathematics/frama-c/frama-c-23.1-r1.ebuild similarity index 96% rename from sci-mathematics/frama-c/frama-c-23.1.ebuild rename to sci-mathematics/frama-c/frama-c-23.1-r1.ebuild index 075df641b..10569e819 100644 --- a/sci-mathematics/frama-c/frama-c-23.1.ebuild +++ b/sci-mathematics/frama-c/frama-c-23.1-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="strip" RDEPEND=" >=dev-lang/ocaml-4.08.1[ocamlopt?] - >=dev-ml/ocamlgraph-1.8.5[gtk(-)?,ocamlopt?] + >=dev-ml/ocamlgraph-1.8.5[ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] )" diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0-r1.ebuild similarity index 97% rename from sci-mathematics/frama-c/frama-c-24.0.ebuild rename to sci-mathematics/frama-c/frama-c-24.0-r1.ebuild index f61ac7f5e..8d7b3ee3f 100644 --- a/sci-mathematics/frama-c/frama-c-24.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-24.0-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="strip" RDEPEND=" >=dev-lang/ocaml-4.08.1[ocamlopt?] - >=dev-ml/ocamlgraph-1.8.8[gtk(-)?,ocamlopt?] + >=dev-ml/ocamlgraph-1.8.8[ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] )" diff --git a/sci-mathematics/frama-c/frama-c-25.0.ebuild b/sci-mathematics/frama-c/frama-c-25.0-r1.ebuild similarity index 97% rename from sci-mathematics/frama-c/frama-c-25.0.ebuild rename to sci-mathematics/frama-c/frama-c-25.0-r1.ebuild index 11a1e751f..cb67c8563 100644 --- a/sci-mathematics/frama-c/frama-c-25.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-25.0-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="strip" RDEPEND=" >=dev-lang/ocaml-4.08.1[ocamlopt?] - >=dev-ml/ocamlgraph-1.8.8[gtk(-)?,ocamlopt?] + >=dev-ml/ocamlgraph-1.8.8[ocamlopt?] dev-ml/ppx_import[ocamlopt?] dev-ml/ppx_deriving[ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?]