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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B63F15808B for ; Fri, 18 Feb 2022 15:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6303E07D7; Fri, 18 Feb 2022 15:11:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AEE92E07D7 for ; Fri, 18 Feb 2022 15:11:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CD70334321D for ; Fri, 18 Feb 2022 15:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF2CD3 for ; Fri, 18 Feb 2022 15:11:32 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1645197085.157d3bc6f5e221bd738592ab82289ad8e081a6ca.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq/coq-8.15.0-r2.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 157d3bc6f5e221bd738592ab82289ad8e081a6ca X-VCS-Branch: master Date: Fri, 18 Feb 2022 15:11:32 +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: 017470cb-115d-4205-af52-bd388d40856d X-Archives-Hash: b603583c8415e0bc2f131a3c36b7ea34 commit: 157d3bc6f5e221bd738592ab82289ad8e081a6ca Author: Maciej Barć gentoo org> AuthorDate: Fri Feb 18 15:11:19 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Feb 18 15:11:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157d3bc6 sci-mathematics/coq: fix doc build - add missing fonts Closes: https://bugs.gentoo.org/833589 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/coq/coq-8.15.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-mathematics/coq/coq-8.15.0-r2.ebuild b/sci-mathematics/coq/coq-8.15.0-r2.ebuild index 6e7105bc79cc..4bf8c498ab4d 100644 --- a/sci-mathematics/coq/coq-8.15.0-r2.ebuild +++ b/sci-mathematics/coq/coq-8.15.0-r2.ebuild @@ -40,8 +40,10 @@ BDEPEND=" dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-bibtex dev-tex/latexmk + dev-texlive/texlive-fontsextra dev-texlive/texlive-latexextra dev-texlive/texlive-xetex + media-fonts/freefont ) "