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 AA00413933E for ; Thu, 15 Jul 2021 12:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FF6E0AAF; Thu, 15 Jul 2021 12:07:13 +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 C6D86E0AAF for ; Thu, 15 Jul 2021 12:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 71DD0342CF9 for ; Thu, 15 Jul 2021 12:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5377B3 for ; Thu, 15 Jul 2021 12:07:09 +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: <1626350820.a08d8c6ed7f861fa8988e7230d57da84efc91bd9.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: a08d8c6ed7f861fa8988e7230d57da84efc91bd9 X-VCS-Branch: master Date: Thu, 15 Jul 2021 12:07:09 +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: 67b86b0d-1335-4b49-8dd7-43043045fadc X-Archives-Hash: 3d19a0424e5340249177939e2d7e9c44 commit: a08d8c6ed7f861fa8988e7230d57da84efc91bd9 Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 15 12:07:00 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 15 12:07:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d8c6e sys-libs/tevent: Moved dev-util/cmocka from RDEPEND to DEPEND Signed-off-by: Lars Wendler gentoo.org> sys-libs/tevent/tevent-0.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild index a0fb870136f..4539b95bc28 100644 --- a/sys-libs/tevent/tevent-0.11.0.ebuild +++ b/sys-libs/tevent/tevent-0.11.0.ebuild @@ -21,7 +21,6 @@ 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} @@ -29,6 +28,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} + >=dev-util/cmocka-1.1.3 elibc_glibc? ( net-libs/libtirpc[${MULTILIB_USEDEP}] || (