From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B183A1582EF for ; Mon, 10 Mar 2025 07:53:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 72989343108 for ; Mon, 10 Mar 2025 07:53:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 61CAB1102E0; Mon, 10 Mar 2025 07:53:25 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 51B8B1102E0 for ; Mon, 10 Mar 2025 07:53:25 +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 F2008343108 for ; Mon, 10 Mar 2025 07:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D805122C for ; Mon, 10 Mar 2025 07:53:23 +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: <1741593158.f23d1b36bd84ae37ba76f6296b691b7bd38b02eb.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/biblatex/biblatex-3.20-r1.ebuild X-VCS-Directories: dev-tex/biblatex/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f23d1b36bd84ae37ba76f6296b691b7bd38b02eb X-VCS-Branch: master Date: Mon, 10 Mar 2025 07:53:23 +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: 3b29272d-7115-4502-adf9-a66d89ff28a0 X-Archives-Hash: a6eddfe134e3fe7e8d07c031ab8772f7 commit: f23d1b36bd84ae37ba76f6296b691b7bd38b02eb Author: Florian Schmaus gentoo org> AuthorDate: Mon Mar 10 07:47:30 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Mar 10 07:52:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23d1b36 dev-tex/biblatex: add USE 'doc' conditional BDEPEND on virtual/latex-base Building the pdf doc requires the lmroman font from dev-texlive/texlive-fontsrecommended. Add a BDEPEND on virtual/latex-base to ensure that a suitable working texlive is installed. Closes: https://bugs.gentoo.org/950955 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/biblatex/biblatex-3.20-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-tex/biblatex/biblatex-3.20-r1.ebuild b/dev-tex/biblatex/biblatex-3.20-r1.ebuild index f0c9b833e96e..f54c74d195d6 100644 --- a/dev-tex/biblatex/biblatex-3.20-r1.ebuild +++ b/dev-tex/biblatex/biblatex-3.20-r1.ebuild @@ -25,6 +25,11 @@ DEPEND=" RDEPEND="${DEPEND}" # biblatex and biber must always have compatible versions PDEPEND="biber? ( ~dev-tex/biber-2.$(ver_cut 2) )" +BDEPEND=" + doc? ( + virtual/latex-base + ) +" TEXMF=/usr/share/texmf-site