commit: f94cc35897d4d6dae8cf5a18329ba437ce8c7a50 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Feb 2 18:18:31 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 2 18:43:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94cc358
dev-python/matplotlib: RDEPEND on dev-python/cairocffi only Gentoo-bug: 593042 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3766 .../{matplotlib-1.5.3.ebuild => matplotlib-1.5.3-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.5.3.ebuild b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild similarity index 98% rename from dev-python/matplotlib/matplotlib-1.5.3.ebuild rename to dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild index 54299fb..8819805 100644 --- a/dev-python/matplotlib/matplotlib-1.5.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild @@ -46,12 +46,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 media-libs/qhull - cairo? ( - || ( - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/cairocffi[${PYTHON_USEDEP}] - ) - ) + cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) gtk2? ( dev-libs/glib:2= x11-libs/gdk-pixbuf
