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 E95521382C5 for ; Mon, 29 Jun 2020 05:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E70E0919; Mon, 29 Jun 2020 05:21:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0D10FE0919 for ; Mon, 29 Jun 2020 05:21:41 +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 D4F3134F31D for ; Mon, 29 Jun 2020 05:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B275292 for ; Mon, 29 Jun 2020 05:21:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1593408087.eeef23ded16ff6f01467b56d15111ada0443b11d.gyakovlev@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/tevent/ X-VCS-Repository: proj/musl X-VCS-Files: sys-libs/tevent/tevent-0.10.2.ebuild X-VCS-Directories: sys-libs/tevent/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: eeef23ded16ff6f01467b56d15111ada0443b11d X-VCS-Branch: master Date: Mon, 29 Jun 2020 05:21:38 +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: bdf6b1db-4bf2-49e8-b12a-ff369481e454 X-Archives-Hash: 275c0a64d95de4d9b4c7b15c05434f22 commit: eeef23ded16ff6f01467b56d15111ada0443b11d Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jun 29 05:20:19 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jun 29 05:21:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=eeef23de sys-libs/tevent/tevent: fix pkgconfig multilib dep missed that one in previous commit Signed-off-by: Georgy Yakovlev gentoo.org> sys-libs/tevent/tevent-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild index b0b256c..3fa4dfe 100644 --- a/sys-libs/tevent/tevent-0.10.2.ebuild +++ b/sys-libs/tevent/tevent-0.10.2.ebuild @@ -21,7 +21,7 @@ RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + virtual/pkgconfig elibc_glibc? ( net-libs/libtirpc[${MULTILIB_USEDEP}] || (