diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 23:37:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 23:44:22 +0000 |
commit | c3fcbd23103eee2e1e2d28e7e7c65688a416cd09 (patch) | |
tree | 8d994b19076d18893c1b73e532f7839ca9f41439 /dev-python | |
parent | media-libs/qhull: various fixes (diff) | |
download | gentoo-c3fcbd23103eee2e1e2d28e7e7c65688a416cd09.tar.gz gentoo-c3fcbd23103eee2e1e2d28e7e7c65688a416cd09.tar.bz2 gentoo-c3fcbd23103eee2e1e2d28e7e7c65688a416cd09.zip |
dev-python/matplotlib: subscribe to media-libs/qhull subslot
Bug: https://bugs.gentoo.org/763849
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild b/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild index de55fd15dca0..03e7f09e6dd5 100644 --- a/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ RDEPEND=" media-fonts/stix-fonts media-libs/freetype:2 media-libs/libpng:0 - >=media-libs/qhull-2013 + >=media-libs/qhull-2013:= >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild b/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild index 068882d344d6..c3c157c2478d 100644 --- a/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ RDEPEND=" media-fonts/stix-fonts media-libs/freetype:2 media-libs/libpng:0 - >=media-libs/qhull-2013 + >=media-libs/qhull-2013:= >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.2.ebuild b/dev-python/matplotlib/matplotlib-3.3.2.ebuild index e9c00e13a2cd..581b0e4bb976 100644 --- a/dev-python/matplotlib/matplotlib-3.3.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,7 +43,7 @@ RDEPEND=" media-fonts/stix-fonts media-libs/freetype:2 media-libs/libpng:0 - >=media-libs/qhull-2013 + >=media-libs/qhull-2013:= >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild b/dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild index f8757316477e..b1b9596815b8 100644 --- a/dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,7 +43,7 @@ RDEPEND=" media-fonts/stix-fonts media-libs/freetype:2 media-libs/libpng:0 - >=media-libs/qhull-2013 + >=media-libs/qhull-2013:= cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) |