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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE053158232 for ; Fri, 6 Dec 2024 14:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8959E0B1C; Fri, 6 Dec 2024 14:53:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B40F5E0B1C for ; Fri, 6 Dec 2024 14:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F394B342F9F for ; Fri, 6 Dec 2024 14:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857EA1898 for ; Fri, 6 Dec 2024 14:53:51 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733496795.447e16b85a14c2dfe7ee644922f114924368510f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2pydata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild X-VCS-Directories: dev-tex/latex2pydata/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 447e16b85a14c2dfe7ee644922f114924368510f X-VCS-Branch: master Date: Fri, 6 Dec 2024 14:53:51 +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: 7b80f0e7-4066-4b6c-bee4-bd3c75e6ac97 X-Archives-Hash: 1dc9a59e8cb33a3e704b19518923659b commit: 447e16b85a14c2dfe7ee644922f114924368510f Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 6 14:53:15 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 6 14:53:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447e16b8 dev-tex/latex2pydata: add missing fontsextra BDEPEND Closes: https://bugs.gentoo.org/944464 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild b/dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild index ea5369853f6a..fbd474731fc6 100644 --- a/dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild +++ b/dev-tex/latex2pydata/latex2pydata-0.4.1.ebuild @@ -24,7 +24,12 @@ LICENSE="LPPL-1.3c" SLOT="0" KEYWORDS="~amd64" -BDEPEND=">=dev-texlive/texlive-latexextra-2024" +# fontsextra for fourier.sty +# latexextra for upquote.sty +BDEPEND=" + >=dev-texlive/texlive-fontsextra-2024 + >=dev-texlive/texlive-latexextra-2024 +" distutils_enable_tests pytest