diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-25 19:03:45 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-25 19:05:16 +0100 |
commit | c0bc18c76ff144e0e95c2fa66f4462392b059d3d (patch) | |
tree | e73b0b6da8b79041d78ae388f2cce99b6a295972 /dev-perl/Role-Basic | |
parent | kde-misc/colord-kde: fix build with >=dev-util/cmake-3.4 (diff) | |
download | gentoo-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/Role-Basic')
-rw-r--r-- | dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild | 5 |
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" |