summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-25 19:03:45 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-25 19:05:16 +0100
commitc0bc18c76ff144e0e95c2fa66f4462392b059d3d (patch)
treee73b0b6da8b79041d78ae388f2cce99b6a295972 /dev-perl
parentkde-misc/colord-kde: fix build with >=dev-util/cmake-3.4 (diff)
downloadgentoo-c0bc18c76ff144e0e95c2fa66f4462392b059d3d.tar.gz
gentoo-c0bc18c76ff144e0e95c2fa66f4462392b059d3d.tar.bz2
gentoo-c0bc18c76ff144e0e95c2fa66f4462392b059d3d.zip
dev-perl/Role-Basic: Add Module::Build dependency, bug 569278; run tests in parallel
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild5
1 files 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 256fde53c157..0f09865e5561 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"