commit:     2cb90af63cbe0372a74eaee522915bf75fe63641
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 03:04:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 03:04:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb90af6

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 <AT> gentoo.org>

 app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild | 6 ++++--
 1 file 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 42bd941db91..fd72246a2b0 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() {

Reply via email to