From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ScVsC-0006wi-Ur for garchives@archives.gentoo.org; Thu, 07 Jun 2012 06:07:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8260E0486; Thu, 7 Jun 2012 06:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 71645E0486 for ; Thu, 7 Jun 2012 06:07:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB26F1B4012 for ; Thu, 7 Jun 2012 06:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9C13BE5404 for ; Thu, 7 Jun 2012 06:06:59 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <1339049201.3744af8da3d6957eaf01fbddb16886c2c5fa2013.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: eclass/perl-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 3744af8da3d6957eaf01fbddb16886c2c5fa2013 X-VCS-Branch: master Date: Thu, 7 Jun 2012 06:06:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8acadd07-2a57-4749-a87e-c6d6c9205b95 X-Archives-Hash: 0d44219066e16d7e9e1cd356cd66f3b8 commit: 3744af8da3d6957eaf01fbddb16886c2c5fa2013 Author: Torsten Veller gentoo org> AuthorDate: Thu Jun 7 06:06:41 2012 +0000 Commit: Torsten Veller gentoo org> CommitDate: Thu Jun 7 06:06:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3744af8d [fix] Inherit new multiprocessing.eclass for makeopts_jobs --- eclass/perl-module.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 23c6809..67f662a 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -12,7 +12,7 @@ # The perl-module eclass is designed to allow easier installation of per= l # modules, and their incorporation into the Gentoo Linux system. =20 -inherit eutils base +inherit eutils base multiprocessing [[ ${CATEGORY} =3D=3D "perl-core" ]] && inherit alternatives =20 PERL_EXPF=3D"src_unpack src_compile src_test src_install"