From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B22161384B4 for ; Fri, 25 Dec 2015 18:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4098DE080D; Fri, 25 Dec 2015 18:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5716E080D for ; Fri, 25 Dec 2015 18:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F18C333D3CD for ; Fri, 25 Dec 2015 18:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959D9A0E for ; Fri, 25 Dec 2015 18:05:05 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1451066716.c0bc18c76ff144e0e95c2fa66f4462392b059d3d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild X-VCS-Directories: dev-perl/Role-Basic/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c0bc18c76ff144e0e95c2fa66f4462392b059d3d X-VCS-Branch: master Date: Fri, 25 Dec 2015 18:05:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8c2ff34-b4e7-4653-9f40-9d826b0c1a63 X-Archives-Hash: eb068708c2f152f4639654bf4645f977 commit: c0bc18c76ff144e0e95c2fa66f4462392b059d3d Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 25 18:03:45 2015 +0000 Commit: Andreas Hüttel gentoo 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"