diff options
author | Andrey Grozin <grozin@gentoo.org> | 2018-03-10 14:43:20 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2018-03-10 14:43:20 +0700 |
commit | faa872944f234b7730c328dcaef94d726865dc43 (patch) | |
tree | 52168cd2f1a3730882cb8fc3eee39dfa08acedba /dev-python/matplotlib | |
parent | x11-themes/xcursor-themes: Version bump to 1.0.5 (diff) | |
download | gentoo-faa872944f234b7730c328dcaef94d726865dc43.tar.gz gentoo-faa872944f234b7730c328dcaef94d726865dc43.tar.bz2 gentoo-faa872944f234b7730c328dcaef94d726865dc43.zip |
dev-python/matplotlib: restrict kiwisolve to >=1.0.0
Closes: https://bugs.gentoo.org/649998
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild b/dev-python/matplotlib/matplotlib-2.2.0.ebuild index ac5be72c5fef..07e3558e5ce3 100644 --- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild @@ -48,7 +48,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013 - dev-python/kiwisolver[${PYTHON_USEDEP}] + >=dev-python/kiwisolver-1.0.0[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) gtk2? ( dev-libs/glib:2= |