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 BFE4B1384B4 for ; Fri, 20 Nov 2015 11:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23A5E21C01E; Fri, 20 Nov 2015 11:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C7521C015 for ; Fri, 20 Nov 2015 11:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B70B340AE4 for ; Fri, 20 Nov 2015 11:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E691069 for ; Fri, 20 Nov 2015 11:29:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448018961.0be3dac38dff8837a42777dea1b3ddb180177057.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.13.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0be3dac38dff8837a42777dea1b3ddb180177057 X-VCS-Branch: master Date: Fri, 20 Nov 2015 11:29:31 +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: a6f525e7-21d3-455d-9c17-2b7fabcf5ae0 X-Archives-Hash: 197bcd2f2221b30fcfcf67af7444ed47 commit: 0be3dac38dff8837a42777dea1b3ddb180177057 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 20 10:41:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 20 11:29:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be3dac3 sci-visualization/pythonprop: Adopt to matplotlib USE=gtk renaming Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-visualization/pythonprop/pythonprop-0.13.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild index a0e6bda..1b4ff07 100644 --- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 @@ -16,12 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="sci-electronics/voacapl - dev-python/matplotlib[gtk] - dev-python/basemap" +RDEPEND=" + dev-python/matplotlib[gtk2,${PYTHON_USEDEP}] + dev-python/basemap[${PYTHON_USEDEP}] + sci-electronics/voacapl +" DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS TODO -}