commit: b22eb094196409ecee4d034166e63f22a729a677
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 16:26:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 16:27:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22eb094
dev-python/matplotlib: Update to new py impl support in pyfltk
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/matplotlib/matplotlib-1.4.3.ebuild | 5 +----
dev-python/matplotlib/matplotlib-1.5.0.ebuild | 5 +----
dev-python/matplotlib/matplotlib-9999.ebuild | 5 +----
3 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
index b4f7faa..ed25b87 100644
--- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
@@ -84,10 +84,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] )
diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
index ba3180e..444bf6f 100644
--- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
@@ -87,10 +87,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] )
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild
b/dev-python/matplotlib/matplotlib-9999.ebuild
index 0346253..9830282 100644
--- a/dev-python/matplotlib/matplotlib-9999.ebuild
+++ b/dev-python/matplotlib/matplotlib-9999.ebuild
@@ -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] )