mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user