summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-16 11:18:31 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-16 11:18:31 +0000
commit3293f12af2b9b6ef80ac088b099741a0dce9e85e (patch)
treeb9dd8ac5669049174f5b030dc223caf47c20ba9d
parentintroduce src_configure (bug #239970) - honour CC (bug #243546) - thanks Diego (diff)
downloadgentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.tar.gz
gentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.tar.bz2
gentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.zip
Force -j1 (#262156)
(Portage version: 2.2_rc25/cvs/Linux i686)
-rw-r--r--dev-perl/File-RsyncP/ChangeLog7
-rw-r--r--dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild13
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-perl/File-RsyncP/ChangeLog b/dev-perl/File-RsyncP/ChangeLog
index 86020ba3a9af..9a155a9f87cd 100644
--- a/dev-perl/File-RsyncP/ChangeLog
+++ b/dev-perl/File-RsyncP/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-RsyncP
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.22 2008/09/30 12:59:07 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.23 2009/03/16 11:18:31 tove Exp $
+
+ 16 Mar 2009; Torsten Veller <tove@gentoo.org> File-RsyncP-0.68.ebuild:
+ Force -j1 (#262156)
30 Sep 2008; Torsten Veller <tove@gentoo.org> -File-RsyncP-0.52.ebuild,
-File-RsyncP-0.64.ebuild, File-RsyncP-0.68.ebuild:
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild
index 7bfcf480df23..6d1927a1efa3 100644
--- a/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild
+++ b/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.68.ebuild,v 1.9 2008/09/30 12:59:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.10 2009/03/16 11:18:31 tove Exp $
+
+EAPI=2
MODULE_AUTHOR=CBARRATT
inherit perl-module
@@ -9,9 +11,10 @@ DESCRIPTION="An rsync perl module"
HOMEPAGE="http://perlrsync.sourceforge.net/"
LICENSE="GPL-2"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
SLOT="0"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
-DEPEND="net-misc/rsync
- dev-lang/perl"
+RDEPEND="net-misc/rsync"
+
+MAKEOPTS="${MAKEOPTS} -j1"