commit: 0be3dac38dff8837a42777dea1b3ddb180177057
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 10:41:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
-}