commit:     0dd862461d8c7cb6a07f5b45445d70700e75211d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 17:32:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 17:32:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd86246

dev-python/matplotlib: Move cairo deps to DEPEND too

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569500

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/matplotlib/matplotlib-1.5.0.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild 
b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
index 3bde29f..a98751d 100644
--- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
@@ -47,6 +47,12 @@ COMMON_DEPEND="
        media-libs/freetype:2
        media-libs/libpng:0
        media-libs/qhull
+       cairo? (
+               || (
+                       dev-python/pycairo[${PYTHON_USEDEP}]
+                       dev-python/cairocffi[${PYTHON_USEDEP}]
+                       )
+               )
        gtk2? (
                dev-libs/glib:2=
                x11-libs/gdk-pixbuf
@@ -80,12 +86,6 @@ DEPEND="${COMMON_DEPEND}
 
 RDEPEND="${COMMON_DEPEND}
        >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
-       cairo? (
-               || (
-                       dev-python/pycairo[${PYTHON_USEDEP}]
-                       dev-python/cairocffi[${PYTHON_USEDEP}]
-                       )
-               )
        excel? ( dev-python/xlwt[${PYTHON_USEDEP}] )
        fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] )
        gtk3? (

Reply via email to