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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7A22158020 for ; Sat, 24 Dec 2022 15:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7F11E0828; Sat, 24 Dec 2022 15:54:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 922EEE0828 for ; Sat, 24 Dec 2022 15:54:36 +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 90DC5340E08 for ; Sat, 24 Dec 2022 15:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DB3779 for ; Sat, 24 Dec 2022 15:54:33 +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: <1671897244.327717da745fea44b3459e1a5d2ffc62d17e7bae.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/alcotest/alcotest-1.2.3-r3.ebuild X-VCS-Directories: dev-ml/alcotest/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 327717da745fea44b3459e1a5d2ffc62d17e7bae X-VCS-Branch: master Date: Sat, 24 Dec 2022 15:54: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: a7b3e3c8-d0d1-4253-8bfc-e86a950c9336 X-Archives-Hash: bcf5ddaf57395abe9f775dc5e1c24c3b commit: 327717da745fea44b3459e1a5d2ffc62d17e7bae Author: Alfredo Tupone gentoo org> AuthorDate: Sat Dec 24 15:53:35 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Dec 24 15:54:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327717da dev-ml/alcotest: require an old cmdliner Closes: https://bugs.gentoo.org/886115 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/alcotest/alcotest-1.2.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild index c6900e5248d2..6924ddc3d6fd 100644 --- a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild +++ b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild @@ -17,7 +17,7 @@ IUSE="+ocamlopt" RDEPEND=" dev-ml/astring:= dev-ml/async_unix:= - dev-ml/cmdliner:= +