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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E641C1382C5 for ; Tue, 6 Apr 2021 18:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD07E0837; Tue, 6 Apr 2021 18:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 197B6E0837 for ; Tue, 6 Apr 2021 18:52:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB9E2340A03 for ; Tue, 6 Apr 2021 18:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE5C633 for ; Tue, 6 Apr 2021 18:52:04 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1617735107.d4d142c374126879495eb125945c2b3d3e233a07.tupone@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.12.0-r1.ebuild sci-mathematics/coq/coq-8.13.0.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d4d142c374126879495eb125945c2b3d3e233a07 X-VCS-Branch: master Date: Tue, 6 Apr 2021 18:52:04 +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: 6e65db22-4d24-462a-b9af-787b334e4926 X-Archives-Hash: 2e32e91e41d343b6e8a24822226d95f7 commit: d4d142c374126879495eb125945c2b3d3e233a07 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Apr 6 18:51:15 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Apr 6 18:51:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d142c3 sci-mathematics/coq: serialize install Closes: https://bugs.gentoo.org/780114 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> sci-mathematics/coq/coq-8.12.0-r1.ebuild | 2 +- sci-mathematics/coq/coq-8.13.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/coq/coq-8.12.0-r1.ebuild b/sci-mathematics/coq/coq-8.12.0-r1.ebuild index b1c11d4f663..3efa55afdcd 100644 --- a/sci-mathematics/coq/coq-8.12.0-r1.ebuild +++ b/sci-mathematics/coq/coq-8.12.0-r1.ebuild @@ -83,7 +83,7 @@ src_test() { } src_install() { - emake STRIP="true" COQINSTALLPREFIX="${D}" install VERBOSE=1 + emake STRIP="true" COQINSTALLPREFIX="${D}" install -j1 VERBOSE=1 dodoc README.md CREDITS use gtk && make_desktop_entry "coqide" "Coq IDE" "${EPREFIX}/usr/share/coq/coq.png" diff --git a/sci-mathematics/coq/coq-8.13.0.ebuild b/sci-mathematics/coq/coq-8.13.0.ebuild index 0bb383826cd..88e7292b5a6 100644 --- a/sci-mathematics/coq/coq-8.13.0.ebuild +++ b/sci-mathematics/coq/coq-8.13.0.ebuild @@ -81,7 +81,7 @@ src_test() { } src_install() { - emake STRIP="true" COQINSTALLPREFIX="${D}" install VERBOSE=1 + emake STRIP="true" COQINSTALLPREFIX="${D}" install -j1 VERBOSE=1 dodoc README.md CREDITS use gtk && make_desktop_entry "coqide" "Coq IDE" "${EPREFIX}/usr/share/coq/coq.png"