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 <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2021-04-06 20:51:15 +02:00
parent a7a39bce36
commit d4d142c374
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"