dev-python/matplotlib: Update to new py impl support in pyfltk

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-08 17:26:48 +01:00
parent cdb612fb93
commit b22eb09419
3 changed files with 3 additions and 12 deletions

View File

@@ -86,10 +86,7 @@ RDEPEND="${COMMON_DEPEND}
)
)
excel? ( dev-python/xlwt[${PYTHON_USEDEP}] )
fltk? (
$(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' python2_7)
$(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' 'python3*')
)
fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] )
gtk3? (
dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection] )