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 EAB7915808B for ; Sun, 17 Apr 2022 18:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55920E0AF0; Sun, 17 Apr 2022 18:13:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AE26E0AEC for ; Sun, 17 Apr 2022 18:13:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F29953419D6 for ; Sun, 17 Apr 2022 18:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A02033FB for ; Sun, 17 Apr 2022 18:13:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650133659.62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c X-VCS-Branch: master Date: Sun, 17 Apr 2022 18:13:01 +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: df36d17c-1985-4df1-9f46-6b7c137e3ffb X-Archives-Hash: 1302794fec4312425aef83afa736db6c commit: 62b4e2bd03e4102e4b10a6e41f17c097e51a6a6c Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 16 18:27:14 2022 +0000 Commit: Arthur Zamarin gentoo org> 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 ) "