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 55E1B1382C5 for ; Fri, 9 Mar 2018 19:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38B74E08C0; Fri, 9 Mar 2018 19:35:39 +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 16745E08C0 for ; Fri, 9 Mar 2018 19:35:38 +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 9EE9F335C34 for ; Fri, 9 Mar 2018 19:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD6CA244 for ; Fri, 9 Mar 2018 19:35:35 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1520624123.d8ef99ab7a391b37d0de5863c6131796f690a3d6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/msgpack/msgpack-0.5.6.ebuild X-VCS-Directories: dev-python/msgpack/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: d8ef99ab7a391b37d0de5863c6131796f690a3d6 X-VCS-Branch: master Date: Fri, 9 Mar 2018 19:35:35 +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: 5272912d-6b8f-433c-8a31-ac85a433ea7f X-Archives-Hash: a1910c9c7e7c2bd5700688289d310c3c commit: d8ef99ab7a391b37d0de5863c6131796f690a3d6 Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 9 19:35:00 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 9 19:35:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef99ab dev-python/msgpack: actually fix cython dep Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/msgpack/msgpack-0.5.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild index ab978928a8e..9149aa384fa 100644 --- a/dev-python/msgpack/msgpack-0.5.6.ebuild +++ b/dev-python/msgpack/msgpack-0.5.6.ebuild @@ -18,7 +18,7 @@ IUSE="+native-extensions test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] native-extensions? ( - >=dev-python/cython-0.16[$(python_gen_usedep 'python*')] + $(python_gen_cond_dep '>=dev-python/cython-0.16[${PYTHON_USEDEP}]' 'python*') ) test? ( dev-python/six[${PYTHON_USEDEP}]