diff options
Diffstat (limited to 'sci-visualization/pythonprop')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.13.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild index a0e6bdada4d3..1b4ff07d2c76 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 -} |