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 2C796139085 for ; Sat, 21 Jan 2017 11:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8534E2241C3; Sat, 21 Jan 2017 11:07:29 +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 648A02241C3 for ; Sat, 21 Jan 2017 11:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 947FC341698 for ; Sat, 21 Jan 2017 11:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6269E2B3C for ; Sat, 21 Jan 2017 11:07:27 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1484996839.5815bc1cd9a5e671376d8f5fa95beb7b773ff9c8.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/shtools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/shtools/shtools-4.0.ebuild X-VCS-Directories: sci-libs/shtools/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 5815bc1cd9a5e671376d8f5fa95beb7b773ff9c8 X-VCS-Branch: master Date: Sat, 21 Jan 2017 11:07:27 +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: 41e170a9-5ac8-485c-93e2-5629b4b59c01 X-Archives-Hash: 205434869ceb5a40636e055bd48f1dc5 commit: 5815bc1cd9a5e671376d8f5fa95beb7b773ff9c8 Author: Benda Xu gentoo org> AuthorDate: Sat Jan 21 11:07:06 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Jan 21 11:07:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5815bc1c sci-libs/shtools: depend on matplotlib. Package-Manager: portage-2.3.3 sci-libs/shtools/shtools-4.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/shtools/shtools-4.0.ebuild b/sci-libs/shtools/shtools-4.0.ebuild index 98ad4e2..149c2bb 100644 --- a/sci-libs/shtools/shtools-4.0.ebuild +++ b/sci-libs/shtools/shtools-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,10 +29,11 @@ RDEPEND="sci-libs/fftw:* sys-devel/gcc:*[fortran] virtual/lapack virtual/blas + dev-python/numpy + dev-python/matplotlib ${PYTHON_DEPS}" -DEPEND="dev-python/numpy - ${RDEPEND}" +DEPEND="${RDEPEND}" src_compile() { append-ldflags -shared # needed by f2py