dilfridge 14/12/12 22:29:51 Modified: ChangeLog File-RsyncP-0.700.0.ebuild Log: Add patch for parallel make bug 262156 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.31 dev-perl/File-RsyncP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 27 Jun 2014 17:20:27 -0000 1.30 +++ ChangeLog 12 Dec 2014 22:29:51 -0000 1.31 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-RsyncP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.30 2014/06/27 17:20:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.31 2014/12/12 22:29:51 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel <[email protected]> + File-RsyncP-0.700.0.ebuild, +files/File-RsyncP-0.700.0-make.patch: + Add patch for parallel make bug 262156 27 Jun 2014; Mikle Kolyada <[email protected]> -File-RsyncP-0.68.ebuild, File-RsyncP-0.700.0.ebuild: 1.4 dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?r1=1.3&r2=1.4 Index: File-RsyncP-0.700.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- File-RsyncP-0.700.0.ebuild 27 Jun 2014 17:20:27 -0000 1.3 +++ File-RsyncP-0.700.0.ebuild 12 Dec 2014 22:29:51 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.3 2014/06/27 17:20:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.4 2014/12/12 22:29:51 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND="net-misc/rsync" -MAKEOPTS+=" -j1" +PATCHES=( "${FILESDIR}/${P}-make.patch" ) src_prepare() { perl-module_src_prepare
