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 41067158232 for ; Fri, 6 Dec 2024 14:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EFAAE0B01; Fri, 6 Dec 2024 14:53:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8247FE0B01 for ; Fri, 6 Dec 2024 14:53:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 735F0340C43 for ; Fri, 6 Dec 2024 14:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB7381898 for ; Fri, 6 Dec 2024 14:53:46 +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: <1733496806.9f8ae4cbbc4083624a663811222aaaec105a6efe.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/ X-VCS-Repository: proj/tex-overlay 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: 9f8ae4cbbc4083624a663811222aaaec105a6efe X-VCS-Branch: main Date: Fri, 6 Dec 2024 14:53:46 +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: 61c099e1-4cd6-42a6-92aa-a0a2c9ea6eea X-Archives-Hash: 309934d5fc1c4b4b71e2a7262254429b commit: 9f8ae4cbbc4083624a663811222aaaec105a6efe Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 6 14:53:26 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 6 14:53:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=9f8ae4cb 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 ea53698..fbd4747 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