Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
Date: Fri, 25 Dec 2015 18:05:09
Message-Id: 1451066716.c0bc18c76ff144e0e95c2fa66f4462392b059d3d.dilfridge@gentoo
1 commit: c0bc18c76ff144e0e95c2fa66f4462392b059d3d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 18:03:45 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 18:05:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc18c7
7
8 dev-perl/Role-Basic: Add Module::Build dependency, bug 569278; run tests in parallel
9
10 Package-Manager: portage-2.2.26
11
12 dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
16 index 256fde5..0f09865 100644
17 --- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
18 +++ b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,7 +17,8 @@ IUSE="test"
26
27 RDEPEND=""
28 DEPEND="${RDEPEND}
29 + dev-perl/Module-Build
30 test? ( virtual/perl-Test-Simple )
31 "
32
33 -SRC_TEST="do"
34 +SRC_TEST="do parallel"