From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EAAA559CAF for ; Sun, 10 Apr 2016 13:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6645A21C06D; Sun, 10 Apr 2016 13:23:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C4BA21C06D for ; Sun, 10 Apr 2016 13:23:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34AE1340A2B for ; Sun, 10 Apr 2016 13:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2DAC8 for ; Sun, 10 Apr 2016 13:23:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1460294602.caf39f4281602b4f2bcbe385e3eb5282e976d80b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_image/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_image/scikits_image-0.12.3.ebuild X-VCS-Directories: sci-libs/scikits_image/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: caf39f4281602b4f2bcbe385e3eb5282e976d80b X-VCS-Branch: master Date: Sun, 10 Apr 2016 13:23:33 +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: 205c43c1-1d1b-4ed4-b959-de084f96bacc X-Archives-Hash: 853c8b366117399895c316b4e69564df commit: caf39f4281602b4f2bcbe385e3eb5282e976d80b Author: David Seifert gentoo org> AuthorDate: Sun Apr 10 13:11:37 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 10 13:23:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf39f42 sci-libs/scikits_image: Bump dev-python/cython version dep Package-Manager: portage-2.2.28 sci-libs/scikits_image/scikits_image-0.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/scikits_image/scikits_image-0.12.3.ebuild b/sci-libs/scikits_image/scikits_image-0.12.3.ebuild index 6f812a2..6b9413a 100644 --- a/sci-libs/scikits_image/scikits_image-0.12.3.ebuild +++ b/sci-libs/scikits_image/scikits_image-0.12.3.ebuild @@ -31,7 +31,7 @@ RDEPEND=" pyamg? ( dev-python/pyamg[${PYTHON_USEDEP}] ) qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] + >=dev-python/cython-0.23[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )"