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 9A7CE138350 for ; Wed, 15 Apr 2020 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 568B7E08AE; Wed, 15 Apr 2020 05:54:16 +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 3CF38E08AE for ; Wed, 15 Apr 2020 05:54:16 +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 EE54C34F30C for ; Wed, 15 Apr 2020 05:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72F8A1D4 for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586929128.e9c4c4eefca079dcb9f99d80a4a859cf8b10cadb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.17.4-r2.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e9c4c4eefca079dcb9f99d80a4a859cf8b10cadb X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fbd196a0-bea6-415c-a7ad-0e2c9106c56a X-Archives-Hash: 8f2d93ba2462b2eebd11a7c36edba1cd commit: e9c4c4eefca079dcb9f99d80a4a859cf8b10cadb Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:38:48 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:38:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c4c4ee dev-python/numpy: DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> dev-python/numpy/numpy-1.17.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.17.4-r2.ebuild b/dev-python/numpy/numpy-1.17.4-r2.ebuild index 49a4164e78b..4819a923361 100644 --- a/dev-python/numpy/numpy-1.17.4-r2.ebuild +++ b/dev-python/numpy/numpy-1.17.4-r2.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" +DISTUTILS_USE_SETUPTOOLS=rdepend FORTRAN_NEEDED=lapack @@ -33,7 +34,6 @@ RDEPEND=" )" DEPEND="${RDEPEND}" BDEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] lapack? ( virtual/pkgconfig ) test? ( dev-python/pytest[${PYTHON_USEDEP}]