From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC41913835A for ; Tue, 5 Jan 2021 23:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F87E087A; Tue, 5 Jan 2021 23:44:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F4A8E087A for ; Tue, 5 Jan 2021 23:44:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F34D340EA0 for ; Tue, 5 Jan 2021 23:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A112348D for ; Tue, 5 Jan 2021 23:44:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609890262.c3fcbd23103eee2e1e2d28e7e7c65688a416cd09.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild dev-python/matplotlib/matplotlib-3.3.2.ebuild dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3fcbd23103eee2e1e2d28e7e7c65688a416cd09 X-VCS-Branch: master Date: Tue, 5 Jan 2021 23:44:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67e3321f-09ad-48bd-b00c-543d0e13e9f1 X-Archives-Hash: cb490caa8677185d712d974143d5f21c commit: c3fcbd23103eee2e1e2d28e7e7c65688a416cd09 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 23:37:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 5 23:44:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fcbd23 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 gentoo.org> dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild | 4 ++-- dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild | 4 ++-- dev-python/matplotlib/matplotlib-3.3.2.ebuild | 4 ++-- dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild | 4 ++-- 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 de55fd15dca..03e7f09e6dd 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 068882d344d..c3c157c2478 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 e9c00e13a2c..581b0e4bb97 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 f8757316477..b1b9596815b 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}] )