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 A262413835A for ; Sun, 17 Jan 2021 04:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1BB4E0857; Sun, 17 Jan 2021 04:10:37 +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 CA595E0857 for ; Sun, 17 Jan 2021 04:10:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 87CDD340FA5 for ; Sun, 17 Jan 2021 04:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B038C4AC for ; Sun, 17 Jan 2021 04:10:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610856626.16a28ad1361c0a6cbf5198a228a18fb1332b1d9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild X-VCS-Directories: sci-mathematics/alt-ergo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16a28ad1361c0a6cbf5198a228a18fb1332b1d9e X-VCS-Branch: master Date: Sun, 17 Jan 2021 04:10:33 +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: c82820e1-c385-4568-a337-57c206c8bf63 X-Archives-Hash: 0879a697e01f892b2f4525d0f7c90c1a commit: 16a28ad1361c0a6cbf5198a228a18fb1332b1d9e Author: Sam James gentoo org> AuthorDate: Sun Jan 17 03:55:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 17 04:10:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a28ad1 sci-mathematics/alt-ergo: add subslot deps for OCaml We need subslot deps on any OCaml (R)DEPENDs because we must be rebuilt when they update, for consistency. Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 8 ++++---- sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild index a3818de96e2..1b6ff79abed 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="amd64" IUSE="examples gtk +ocamlopt" -DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] - dev-ml/zarith +DEPEND=">=dev-lang/ocaml-3.12.1:=[ocamlopt?] + dev-ml/zarith:= gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,ocamlopt?] ) - dev-ml/camlzip - <=dev-ml/ocplib-simplex-0.3" + dev-ml/camlzip:= + <=dev-ml/ocplib-simplex-0.3:=" RDEPEND="${DEPEND}" DOCS=( CHANGES INSTALL.md README.md ) diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index 9baff8d48d2..046f3c9f04f 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -12,16 +12,16 @@ SLOT="0" KEYWORDS="amd64" IUSE="examples gtk +ocamlopt" -DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?] - dev-ml/zarith +DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?] + dev-ml/zarith:= dev-ml/lablgtk:2=[sourceview,ocamlopt?] dev-ml/camlzip sci-mathematics/psmt2-frontend - >=dev-ml/ocplib-simplex-0.4 - >=dev-ml/menhir-20181006 - dev-ml/seq - dev-ml/dune - dev-ml/num" + >=dev-ml/ocplib-simplex-0.4:= + >=dev-ml/menhir-20181006:= + dev-ml/seq:= + dev-ml/dune:= + dev-ml/num:=" RDEPEND="${DEPEND}" DOCS=( CHANGES INSTALL.md README.md )