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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62B9513933E for ; Thu, 15 Jul 2021 12:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B15E0CB2; Thu, 15 Jul 2021 12:06:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4422BE0CB2 for ; Thu, 15 Jul 2021 12:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CBDA342CF9 for ; Thu, 15 Jul 2021 12:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CEC7B3 for ; Thu, 15 Jul 2021 12:06:02 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1626350755.a36f2dad4bab83ef0bfbf53318407261c2bc225a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/tevent/tevent-0.11.0.ebuild X-VCS-Directories: sys-libs/tevent/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a36f2dad4bab83ef0bfbf53318407261c2bc225a X-VCS-Branch: master Date: Thu, 15 Jul 2021 12:06:02 +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: becec06f-2295-4d2e-b951-a0dec98249b8 X-Archives-Hash: 2de75f30e318e8b90087ba068cb1ea43 commit: a36f2dad4bab83ef0bfbf53318407261c2bc225a Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 15 12:05:40 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 15 12:05:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36f2dad sys-libs/tevent: Depend on dev-util/cmocka Closes: https://bugs.gentoo.org/802273 Signed-off-by: Lars Wendler gentoo.org> sys-libs/tevent/tevent-0.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild index 29c12c05ac9..a0fb870136f 100644 --- a/sys-libs/tevent/tevent-0.11.0.ebuild +++ b/sys-libs/tevent/tevent-0.11.0.ebuild @@ -21,6 +21,7 @@ RESTRICT="test" RDEPEND=" !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + >=dev-util/cmocka-1.1.3 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS}