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 DB028158094 for ; Thu, 15 Sep 2022 14:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1793FE08CD; Thu, 15 Sep 2022 14:49:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 007DEE08CD for ; Thu, 15 Sep 2022 14:49:52 +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 06B7A340E7C for ; Thu, 15 Sep 2022 14:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A1845C7 for ; Thu, 15 Sep 2022 14:49:50 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1663253376.12a06d251b46508008b2c82c02a37f16a7cb9331.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nasm/nasm-2.15.05.ebuild X-VCS-Directories: dev-lang/nasm/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 12a06d251b46508008b2c82c02a37f16a7cb9331 X-VCS-Branch: master Date: Thu, 15 Sep 2022 14:49:50 +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: 17a30008-7de2-4c43-b300-233558c27d84 X-Archives-Hash: d4516f18a3799922f6f9aceb8ad986ab commit: 12a06d251b46508008b2c82c02a37f16a7cb9331 Author: Matthew Smith gentoo org> AuthorDate: Thu Sep 15 14:48:43 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Sep 15 14:49:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a06d25 dev-lang/nasm: replace obsolete font name when building docs Closes: https://bugs.gentoo.org/870214 Signed-off-by: Matthew Smith gentoo.org> dev-lang/nasm/nasm-2.15.05.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-lang/nasm/nasm-2.15.05.ebuild b/dev-lang/nasm/nasm-2.15.05.ebuild index 1982975e49b1..95e1d21fe3f0 100644 --- a/dev-lang/nasm/nasm-2.15.05.ebuild +++ b/dev-lang/nasm/nasm-2.15.05.ebuild @@ -32,6 +32,15 @@ PATCHES=( "${FILESDIR}"/${PN}-2.15-bsd-cp-doc.patch ) +src_prepare() { + default + + # https://bugs.gentoo.org/870214 + # During the split of media-fonts/source-pro, the source-sans files + # were renamed. + sed -i 's/SourceSansPro/SourceSans3/g' doc/psfonts.ph || die +} + src_compile() { default use doc && emake doc