diff options
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" |