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 A9A2015802E for ; Tue, 2 Jul 2024 14:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18F1E2B78; Tue, 2 Jul 2024 14:50:33 +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 D227FE2B78 for ; Tue, 2 Jul 2024 14:50:33 +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 03F01340C39 for ; Tue, 2 Jul 2024 14:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D2CB1BC0 for ; Tue, 2 Jul 2024 14:50:31 +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: <1719931822.c51e0da237da1b3bca1d52b814009f298af4e071.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/easycrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/easycrypt/easycrypt-2024.01-r1.ebuild sci-mathematics/easycrypt/easycrypt-2024.01.ebuild X-VCS-Directories: sci-mathematics/easycrypt/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c51e0da237da1b3bca1d52b814009f298af4e071 X-VCS-Branch: master Date: Tue, 2 Jul 2024 14:50:31 +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: 3c97d33a-14f2-40aa-a5fc-5a9076ee4aca X-Archives-Hash: fec7c89c1d825870a1de7209136a6f6c commit: c51e0da237da1b3bca1d52b814009f298af4e071 Author: Maciej Barć gentoo org> AuthorDate: Tue Jul 2 13:49:15 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jul 2 14:50:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51e0da2 sci-mathematics/easycrypt: restrict num to version <1.5 Closes: https://bugs.gentoo.org/935344 Signed-off-by: Maciej Barć gentoo.org> .../easycrypt/{easycrypt-2024.01.ebuild => easycrypt-2024.01-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/easycrypt/easycrypt-2024.01.ebuild b/sci-mathematics/easycrypt/easycrypt-2024.01-r1.ebuild similarity index 98% rename from sci-mathematics/easycrypt/easycrypt-2024.01.ebuild rename to sci-mathematics/easycrypt/easycrypt-2024.01-r1.ebuild index 9be3ec43e207..80d57075fb07 100644 --- a/sci-mathematics/easycrypt/easycrypt-2024.01.ebuild +++ b/sci-mathematics/easycrypt/easycrypt-2024.01-r1.ebuild @@ -25,6 +25,7 @@ SLOT="0/${PV}" IUSE="+ocamlopt" RDEPEND=" + =dev-lang/ocaml-4.08.0:=[ocamlopt?] dev-ml/batteries:= dev-ml/camlp-streams:=