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 7F4C215808C for ; Mon, 28 Mar 2022 13:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 912D0E0957; Mon, 28 Mar 2022 13:42:24 +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 E4390E0875 for ; Mon, 28 Mar 2022 13:42:23 +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 8D501341325 for ; Mon, 28 Mar 2022 13:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9D2B250 for ; Mon, 28 Mar 2022 13:42:20 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1648474934.f40a7695d8e3107e5a61704ac558b5eb80951aa9.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch X-VCS-Directories: sci-mathematics/twelf/files/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: f40a7695d8e3107e5a61704ac558b5eb80951aa9 X-VCS-Branch: master Date: Mon, 28 Mar 2022 13:42:20 +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: ae743d07-539c-4d18-99d7-9539ab3dc843 X-Archives-Hash: 6a40f0598f1b78b570b70612180e875b commit: f40a7695d8e3107e5a61704ac558b5eb80951aa9 Author: Mark Wright gentoo org> AuthorDate: Mon Mar 28 13:35:22 2022 +0000 Commit: Mark Wright gentoo org> CommitDate: Mon Mar 28 13:42:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40a7695 sci-mathematics/twelf: emake -j1 is sufficient to fix doc build Revert the previous change to twelf-1.7.1-doc-guide-Makefile.patch, as the emake -j1 is sufficient to fix the doc build. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mark Wright gentoo.org> sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch b/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch index a63735cbe917..092b12b20dc0 100644 --- a/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch +++ b/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch @@ -1,6 +1,6 @@ --- twelf-orig/doc/guide/Makefile 2002-09-24 13:59:23.000000000 +1000 -+++ twelf/doc/guide/Makefile 2022-03-27 16:45:03.547456767 +1100 -@@ -38,10 +38,12 @@ ++++ twelf/doc/guide/Makefile 2012-12-10 00:51:02.758835185 +1100 +@@ -38,8 +38,8 @@ twelf_toc.html : twelf.texi; @echo "---------- Creating HTML: twelf_*.html" @@ -10,8 +10,4 @@ +# $(texi2html) -check *.html; twelf.pdf : twelf.texi; -+ @echo "---------- Removing old files: twelf.{aux,log}" -+ rm -f twelf.{aux,log}; @echo "---------- Creating unindexed PDF: twelf.pdf" - $(pdftex) twelf.texi; - @echo "---------- Creating index twelf.cps"