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 64EC41382C5 for ; Thu, 1 Mar 2018 09:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9858DE08CA; Thu, 1 Mar 2018 09:02:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 799EBE08CA for ; Thu, 1 Mar 2018 09:02:24 +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 7DB64335C30 for ; Thu, 1 Mar 2018 09:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 144B21ED for ; Thu, 1 Mar 2018 09:02:22 +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: <1519894935.723b3f7f247be3bbe8b3a67fae44178986b5f8a7.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.9.36.ebuild X-VCS-Directories: sys-libs/tevent/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 723b3f7f247be3bbe8b3a67fae44178986b5f8a7 X-VCS-Branch: master Date: Thu, 1 Mar 2018 09:02:22 +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-Archives-Salt: ac5dd1b7-f66f-40b9-962e-f1176d73ccd3 X-Archives-Hash: 0cf93846af48d92bbf57be73b5eb127a commit: 723b3f7f247be3bbe8b3a67fae44178986b5f8a7 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 1 09:02:00 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 1 09:02:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723b3f7f sys-libs/tevent: Added missing dependencies. Closes: https://bugs.gentoo.org/649056 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/tevent/tevent-0.9.36.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/tevent/tevent-0.9.36.ebuild b/sys-libs/tevent/tevent-0.9.36.ebuild index c2a8eb8ad78..05ed9a03d3d 100644 --- a/sys-libs/tevent/tevent-0.9.36.ebuild +++ b/sys-libs/tevent/tevent-0.9.36.ebuild @@ -20,7 +20,12 @@ RDEPEND=">=sys-libs/talloc-2.1.11[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} + net-libs/libtirpc[${MULTILIB_USEDEP}] >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + || ( + net-libs/rpcsvc-proto +