Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/
Date: Thu, 07 Jun 2012 06:07:09
Message-Id: 1339049201.3744af8da3d6957eaf01fbddb16886c2c5fa2013.tove@gentoo
1 commit: 3744af8da3d6957eaf01fbddb16886c2c5fa2013
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 7 06:06:41 2012 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 7 06:06:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3744af8d
7
8 [fix] Inherit new multiprocessing.eclass for makeopts_jobs
9
10 ---
11 eclass/perl-module.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
15 index 23c6809..67f662a 100644
16 --- a/eclass/perl-module.eclass
17 +++ b/eclass/perl-module.eclass
18 @@ -12,7 +12,7 @@
19 # The perl-module eclass is designed to allow easier installation of perl
20 # modules, and their incorporation into the Gentoo Linux system.
21
22 -inherit eutils base
23 +inherit eutils base multiprocessing
24 [[ ${CATEGORY} == "perl-core" ]] && inherit alternatives
25
26 PERL_EXPF="src_unpack src_compile src_test src_install"