commit: c0bc18c76ff144e0e95c2fa66f4462392b059d3d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 18:03:45 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 18:05:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc18c7
dev-perl/Role-Basic: Add Module::Build dependency, bug 569278; run tests in
parallel
Package-Manager: portage-2.2.26
dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
index 256fde5..0f09865 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,8 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
+ dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
-SRC_TEST="do"
+SRC_TEST="do parallel"