diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-16 11:18:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-16 11:18:31 +0000 |
commit | 3293f12af2b9b6ef80ac088b099741a0dce9e85e (patch) | |
tree | b9dd8ac5669049174f5b030dc223caf47c20ba9d /dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild | |
parent | introduce src_configure (bug #239970) - honour CC (bug #243546) - thanks Diego (diff) | |
download | gentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.tar.gz gentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.tar.bz2 gentoo-2-3293f12af2b9b6ef80ac088b099741a0dce9e85e.zip |
Force -j1 (#262156)
(Portage version: 2.2_rc25/cvs/Linux i686)
Diffstat (limited to 'dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild')
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
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" |