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 A506E158086 for ; Sun, 17 Oct 2021 00:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F8CE094A; Sun, 17 Oct 2021 00:32:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE923E094A for ; Sun, 17 Oct 2021 00:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 043E7342D3D for ; Sun, 17 Oct 2021 00:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CCC914C for ; Sun, 17 Oct 2021 00:32:30 +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: <1634430732.d855449a9a9e6bfe5c8602fc02465b43dc0ceceb.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.4.2.ebuild dev-python/matplotlib/matplotlib-3.4.3.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d855449a9a9e6bfe5c8602fc02465b43dc0ceceb X-VCS-Branch: master Date: Sun, 17 Oct 2021 00:32:30 +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: f20165bf-97a7-4295-b486-3af521a9b3ae X-Archives-Hash: c4fe9009d3f55e2ca0af411f73876e37 commit: d855449a9a9e6bfe5c8602fc02465b43dc0ceceb Author: Sam James gentoo org> AuthorDate: Sun Oct 17 00:32:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 17 00:32:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d855449a dev-python/matplotlib: add missing TeX (test) dependencies Signed-off-by: Sam James gentoo.org> dev-python/matplotlib/matplotlib-3.4.2.ebuild | 4 ++++ dev-python/matplotlib/matplotlib-3.4.3.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-python/matplotlib/matplotlib-3.4.2.ebuild b/dev-python/matplotlib/matplotlib-3.4.2.ebuild index fa2b2aa00c9..e3fa994405b 100644 --- a/dev-python/matplotlib/matplotlib-3.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.2.ebuild @@ -60,6 +60,7 @@ RDEPEND=" app-text/poppler[utils] dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexextra + dev-texlive/texlive-luatex dev-texlive/texlive-xetex ) qt5? ( @@ -87,9 +88,12 @@ BDEPEND=" >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] >=dev-python/sphinx-gallery-0.3.1-r1[${PYTHON_USEDEP}] >=dev-python/xlwt-1.3.0-r1[${PYTHON_USEDEP}] + virtual/latex-base dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended + dev-texlive/texlive-luatex + dev-texlive/texlive-xetex >=media-gfx/graphviz-2.42.3[cairo] ) test? ( diff --git a/dev-python/matplotlib/matplotlib-3.4.3.ebuild b/dev-python/matplotlib/matplotlib-3.4.3.ebuild index 0a6a160d0ce..b7d33af1b52 100644 --- a/dev-python/matplotlib/matplotlib-3.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.3.ebuild @@ -60,6 +60,7 @@ RDEPEND=" app-text/poppler[utils] dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexextra + dev-texlive/texlive-luatex dev-texlive/texlive-xetex ) qt5? ( @@ -87,9 +88,12 @@ BDEPEND=" >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] >=dev-python/sphinx-gallery-0.3.1-r1[${PYTHON_USEDEP}] >=dev-python/xlwt-1.3.0-r1[${PYTHON_USEDEP}] + virtual/latex-base dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended + dev-texlive/texlive-luatex + dev-texlive/texlive-xetex >=media-gfx/graphviz-2.42.3[cairo] ) test? (