summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-25 04:04:40 +0100
committerSam James <sam@gentoo.org>2021-09-25 04:04:40 +0100
commit2cb90af63cbe0372a74eaee522915bf75fe63641 (patch)
tree9cc71885e27938aa825561095a134fde3edd17c1 /app-text
parentdev-lang/julia: julia doesn't work if cjk is in utf8proc (diff)
downloadgentoo-2cb90af63cbe0372a74eaee522915bf75fe63641.tar.gz
gentoo-2cb90af63cbe0372a74eaee522915bf75fe63641.tar.bz2
gentoo-2cb90af63cbe0372a74eaee522915bf75fe63641.zip
app-text/ghostscript-gpl: force -j1 for now in 9.54.0
Pending investigation upstream but it's not obvious to users what to do. Especially important given the vulnerability fixed that users are able to build the new one. Bug: https://bugs.gentoo.org/800125 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
index 42bd941db91c..fd72246a2b01 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
@@ -164,10 +164,12 @@ src_configure() {
}
src_compile() {
- emake so all
+ # Forcing j1 for both emake calls for now
+ # See bug #800125
+ emake -j1 so all
cd ijs || die
- emake
+ emake -j1
}
src_install() {