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 7B9A7138350 for ; Sun, 3 May 2020 07:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2B0FE078A; Sun, 3 May 2020 07:08:33 +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 A4DCFE078A for ; Sun, 3 May 2020 07:08:33 +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 B60D334F2D9 for ; Sun, 3 May 2020 07:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68EFF210 for ; Sun, 3 May 2020 07:08:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588489656.d64b3b962abfa773e6869735348b3bd16e95eecf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/socketpool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/socketpool/socketpool-0.5.3-r3.ebuild X-VCS-Directories: dev-python/socketpool/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d64b3b962abfa773e6869735348b3bd16e95eecf X-VCS-Branch: master Date: Sun, 3 May 2020 07:08: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: f582fea1-fe54-4e6f-ac0e-32f6ae0b20e7 X-Archives-Hash: 369bf7451fbca6c9c235cfcb4f056a32 commit: d64b3b962abfa773e6869735348b3bd16e95eecf Author: Michał Górny gentoo org> AuthorDate: Sun May 3 06:56:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 3 07:07:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64b3b96 dev-python/socketpool: eventlet needs masking too Signed-off-by: Michał Górny gentoo.org> dev-python/socketpool/socketpool-0.5.3-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild index 71840ce0cc9..5d595ebb827 100644 --- a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild +++ b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild @@ -30,10 +30,10 @@ RDEPEND=" BDEPEND=" test? ( - $(python_gen_cond_dep ' - dev-python/eventlet[${PYTHON_USEDEP}] - ' 'python3*') !hppa? ( !ia64? ( + $(python_gen_cond_dep ' + dev-python/eventlet[${PYTHON_USEDEP}] + ' 'python3*') $(python_gen_cond_dep ' dev-python/gevent[${PYTHON_USEDEP}] ' 'python*')