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 7A827158020 for ; Sun, 23 Oct 2022 16:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94781E091D; Sun, 23 Oct 2022 16:06:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7B854E091D for ; Sun, 23 Oct 2022 16:06:20 +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 E3582340CCE for ; Sun, 23 Oct 2022 16:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05458627 for ; Sun, 23 Oct 2022 16:06:17 +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: <1666541174.8720e7d87d1db72513cd5f48fcd52c5954efd207.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/atd/atd-2.10.0.ebuild X-VCS-Directories: dev-ml/atd/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8720e7d87d1db72513cd5f48fcd52c5954efd207 X-VCS-Branch: master Date: Sun, 23 Oct 2022 16:06:17 +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: b36c63b4-efc7-4b5d-97e0-db31537ee639 X-Archives-Hash: 8af68ac6ae3c16ed1aabefc3635177ba commit: 8720e7d87d1db72513cd5f48fcd52c5954efd207 Author: Maciej Barć gentoo org> AuthorDate: Sun Oct 23 16:05:34 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Oct 23 16:06:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8720e7d8 dev-ml/atd: use yojson >=2.0.2 Closes: https://bugs.gentoo.org/878095 Signed-off-by: Maciej Barć gentoo.org> dev-ml/atd/atd-2.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/atd/atd-2.10.0.ebuild b/dev-ml/atd/atd-2.10.0.ebuild index 9cbb64e8703c..a06dee2319dc 100644 --- a/dev-ml/atd/atd-2.10.0.ebuild +++ b/dev-ml/atd/atd-2.10.0.ebuild @@ -18,11 +18,11 @@ RESTRICT="test" RDEPEND=" >=dev-lang/ocaml-4.08:=[ocamlopt?] >=dev-ml/cmdliner-1.1.1:= + >=dev-ml/yojson-2.0.2:= dev-ml/biniou:= dev-ml/easy-format:= dev-ml/menhir:= dev-ml/re:= - dev-ml/yojson:= " DEPEND="${RDEPEND}"