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 5DB2E139694 for ; Tue, 4 Jul 2017 17:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C10AC23400D; Tue, 4 Jul 2017 17:43:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9CC7423400D for ; Tue, 4 Jul 2017 17:43:15 +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 550093417C5 for ; Tue, 4 Jul 2017 17:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B928A7488 for ; Tue, 4 Jul 2017 17:43:12 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1499190182.8ebbe455c3f62c7fb9c4d53d4ec4456f0ea1c0b0.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-0.19.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 8ebbe455c3f62c7fb9c4d53d4ec4456f0ea1c0b0 X-VCS-Branch: master Date: Tue, 4 Jul 2017 17:43:12 +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: b79e7f84-3b7d-491f-844a-5f8df2975647 X-Archives-Hash: d58e7c7e796cf20d3325568503345451 commit: 8ebbe455c3f62c7fb9c4d53d4ec4456f0ea1c0b0 Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Jul 4 17:42:42 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Jul 4 17:43:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebbe455 sci-libs/scipy: setuptools version needs to be at least 36. Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-libs/scipy/scipy-0.19.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/scipy/scipy-0.19.1.ebuild b/sci-libs/scipy/scipy-0.19.1.ebuild index e79deab952a..864285aeeb4 100644 --- a/sci-libs/scipy/scipy-0.19.1.ebuild +++ b/sci-libs/scipy/scipy-0.19.1.ebuild @@ -33,6 +33,7 @@ CDEPEND=" DEPEND="${CDEPEND} dev-lang/swig >=dev-python/cython-0.22[${PYTHON_USEDEP}] + >=dev-python/setuptools-36[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( app-arch/unzip ) test? ( dev-python/nose[${PYTHON_USEDEP}] )"