mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
sci-visualization/pythonprop: Adopt to matplotlib USE=gtk renaming
Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user