pacho 15/06/02 18:03:48 Modified: ghostscript-gpl-9.15-r1.ebuild ChangeLog Log: -j1 needed because of bug #550926 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.6 app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?r1=1.5&r2=1.6 Index: ghostscript-gpl-9.15-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ghostscript-gpl-9.15-r1.ebuild 31 May 2015 20:13:00 -0000 1.5 +++ ghostscript-gpl-9.15-r1.ebuild 2 Jun 2015 18:03:48 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.5 2015/05/31 20:13:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.6 2015/06/02 18:03:48 pacho Exp $ EAPI=5 @@ -176,8 +176,8 @@ } src_compile() { - - emake so all + # -j1 needed because of bug #550926 + emake -j1 so all cd "${S}/ijs" emake 1.182 app-text/ghostscript-gpl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.182&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.182&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.181&r2=1.182 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- ChangeLog 31 May 2015 20:13:00 -0000 1.181 +++ ChangeLog 2 Jun 2015 18:03:48 -0000 1.182 @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.181 2015/05/31 20:13:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.182 2015/06/02 18:03:48 pacho Exp $ + + 02 Jun 2015; Pacho Ramos <[email protected]> ghostscript-gpl-9.15-r1.ebuild: + -j1 needed because of bug #550926 31 May 2015; Mikle Kolyada <[email protected]> ghostscript-gpl-9.15-r1.ebuild:
