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 E5A2E15808B for ; Sat, 16 Apr 2022 18:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 049072BC007; Sat, 16 Apr 2022 18:27:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B64F12BC007 for ; Sat, 16 Apr 2022 18:27:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D672034169D for ; Sat, 16 Apr 2022 18:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C1E3BF for ; Sat, 16 Apr 2022 18:27:42 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650133659.62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/XenAPI/XenAPI-22.14.0.ebuild X-VCS-Directories: dev-python/XenAPI/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c X-VCS-Branch: dev Date: Sat, 16 Apr 2022 18:27:42 +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: 18a323f9-59d8-45f3-839b-e875464b0bd2 X-Archives-Hash: e4ff6336df96715422d7fbb28151e55e commit: 62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 16 18:27:14 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 16 18:27:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62b4e2bd dev-python/XenAPI: depend on ounit2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/XenAPI/XenAPI-22.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild b/dev-python/XenAPI/XenAPI-22.14.0.ebuild index 4097ba38b..4f066b041 100644 --- a/dev-python/XenAPI/XenAPI-22.14.0.ebuild +++ b/dev-python/XenAPI/XenAPI-22.14.0.ebuild @@ -101,7 +101,7 @@ DEPEND=" ${RDEPEND} test? ( dev-ml/mirage-crypto[rng] - >=dev-ml/ounit-2 + dev-ml/ounit2 dev-ml/qcheck ) "