From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD3D8139694 for ; Sat, 24 Jun 2017 06:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20A8A21C06B; Sat, 24 Jun 2017 06:21:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF78321C06B for ; Sat, 24 Jun 2017 06:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 559D23417B9 for ; Sat, 24 Jun 2017 06:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 175A17490 for ; Sat, 24 Jun 2017 06:21:00 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1498285197.3acbc85ef99c35f9e4beab8ee3745a03cf65df2f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL/PDL-2.17.0.ebuild X-VCS-Directories: dev-perl/PDL/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3acbc85ef99c35f9e4beab8ee3745a03cf65df2f X-VCS-Branch: master Date: Sat, 24 Jun 2017 06:21:00 +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: fca09d42-af27-4ac5-8428-3447484d84fb X-Archives-Hash: c89618d2d20e0e4d7a00859a6b43f2e1 commit: 3acbc85ef99c35f9e4beab8ee3745a03cf65df2f Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 24 05:53:02 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 24 06:19:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acbc85e dev-perl/PDL: Fix missing test dependencies Various testing dependencies were lacking as evidenced by a sterile chroot smoke. Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/PDL/PDL-2.17.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-perl/PDL/PDL-2.17.0.ebuild b/dev-perl/PDL/PDL-2.17.0.ebuild index 3dd7ad96511..590562dee2a 100644 --- a/dev-perl/PDL/PDL-2.17.0.ebuild +++ b/dev-perl/PDL/PDL-2.17.0.ebuild @@ -16,7 +16,7 @@ LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL" SLOT="0" KEYWORDS="amd64 arm ppc x86" -IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads" +IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads test" RDEPEND="sys-libs/ncurses:0= app-arch/sharutils @@ -52,6 +52,11 @@ DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.560.0 dev-perl/Devel-CheckLib fortran? ( >=dev-perl/ExtUtils-F77-1.13 ) + test? ( + dev-perl/Test-Exception + dev-perl/Test-Warn + dev-perl/Test-Deep + ) " mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes"