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 9FE0A158086 for ; Sun, 31 Oct 2021 02:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8350E0942; Sun, 31 Oct 2021 02:55:06 +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 6B4C1E0942 for ; Sun, 31 Oct 2021 02:55:06 +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 071DB340FB2 for ; Sun, 31 Oct 2021 02:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDDDF163 for ; Sun, 31 Oct 2021 02:55:02 +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: <1635648605.e08def2de3c9786112288791fb6db4f7188a2827.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-xetex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-texlive/texlive-xetex/texlive-xetex-2021-r1.ebuild dev-texlive/texlive-xetex/texlive-xetex-2021.ebuild X-VCS-Directories: dev-texlive/texlive-xetex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e08def2de3c9786112288791fb6db4f7188a2827 X-VCS-Branch: master Date: Sun, 31 Oct 2021 02:55:02 +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: 98a8f06d-34e2-4c40-ae34-d7c9622eb825 X-Archives-Hash: 54f1129eb898108b6fd4bff9df012182 commit: e08def2de3c9786112288791fb6db4f7188a2827 Author: Sergey Torokhov yandex ru> AuthorDate: Thu Sep 30 21:40:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 02:50:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08def2d dev-texlive/texlive-xetex: Force run fc-cache to populate .uuid files Force additional run of fc-cache in ppkg_postinst() to populate .uuid files in non-standard font dirs listed in 09-texlive.conf. Closes: https://bugs.gentoo.org/812401 Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/22451 Signed-off-by: Sam James gentoo.org> .../{texlive-xetex-2021.ebuild => texlive-xetex-2021-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2021.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2021-r1.ebuild similarity index 90% rename from dev-texlive/texlive-xetex/texlive-xetex-2021.ebuild rename to dev-texlive/texlive-xetex/texlive-xetex-2021-r1.ebuild index 363be158c44..d8f6a34d432 100644 --- a/dev-texlive/texlive-xetex/texlive-xetex-2021.ebuild +++ b/dev-texlive/texlive-xetex/texlive-xetex-2021-r1.ebuild @@ -32,6 +32,11 @@ src_install() { pkg_postinst() { texlive-module_pkg_postinst font_pkg_postinst + + # Force additional run of fc-cache to populate .uuid files + # in non-standard font dirs listed in 09-texlive.conf + # Bug: 812401 + fc-cache -fs "${EROOT}"/usr/share/texmf-dist/fonts/opentype "${EROOT}"/usr/share/texmf-dist/fonts/truetype } pkg_postrm() {