blueness 15/07/25 17:58:59 Modified: ghostscript-gpl-9.15-r1.ebuild ChangeLog Log: Fix parallel 'make install'. Bug #543602. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.13 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.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.13&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.12&r2=1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ghostscript-gpl-9.15-r1.ebuild 15 Jul 2015 20:51:56 -0000 1.12 +++ ghostscript-gpl-9.15-r1.ebuild 25 Jul 2015 17:58:59 -0000 1.13 @@ -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.12 2015/07/15 20:51:56 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.13 2015/07/25 17:58:59 blueness Exp $ EAPI=5 @@ -184,7 +184,7 @@ } src_install() { - emake DESTDIR="${D}" install-so install + emake -j1 DESTDIR="${D}" install-so install if use djvu ; then dobin gsdjvu @@ -195,7 +195,7 @@ mv -f "${D}/usr/bin/gsc" "${D}/usr/bin/gs" || die cd "${S}/ijs" - emake DESTDIR="${D}" install + emake -j1 DESTDIR="${D}" install # rename the original cidfmap to cidfmap.GS mv "${D}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die 1.190 app-text/ghostscript-gpl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.190&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.190&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.189&r2=1.190 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- ChangeLog 15 Jul 2015 20:51:56 -0000 1.189 +++ ChangeLog 25 Jul 2015 17:58:59 -0000 1.190 @@ -1,6 +1,10 @@ # 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.189 2015/07/15 20:51:56 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.190 2015/07/25 17:58:59 blueness Exp $ + + 25 Jul 2015; Anthony G. Basile <[email protected]> + ghostscript-gpl-9.15-r1.ebuild: + Fix parallel 'make install'. Bug #543602. 15 Jul 2015; Mikle Kolyada <[email protected]> ghostscript-gpl-9.15-r1.ebuild:
