Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/
Date: Sat, 24 Jun 2017 06:21:09
Message-Id: 1498285197.3acbc85ef99c35f9e4beab8ee3745a03cf65df2f.kentnl@gentoo
1 commit: 3acbc85ef99c35f9e4beab8ee3745a03cf65df2f
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 05:53:02 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 06:19:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acbc85e
7
8 dev-perl/PDL: Fix missing test dependencies
9
10 Various testing dependencies were lacking as evidenced by a sterile
11 chroot smoke.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-perl/PDL/PDL-2.17.0.ebuild | 7 ++++++-
16 1 file changed, 6 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-perl/PDL/PDL-2.17.0.ebuild b/dev-perl/PDL/PDL-2.17.0.ebuild
19 index 3dd7ad96511..590562dee2a 100644
20 --- a/dev-perl/PDL/PDL-2.17.0.ebuild
21 +++ b/dev-perl/PDL/PDL-2.17.0.ebuild
22 @@ -16,7 +16,7 @@ LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
23 SLOT="0"
24 KEYWORDS="amd64 arm ppc x86"
25
26 -IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads"
27 +IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads test"
28
29 RDEPEND="sys-libs/ncurses:0=
30 app-arch/sharutils
31 @@ -52,6 +52,11 @@ DEPEND="${RDEPEND}
32 >=virtual/perl-ExtUtils-MakeMaker-6.560.0
33 dev-perl/Devel-CheckLib
34 fortran? ( >=dev-perl/ExtUtils-F77-1.13 )
35 + test? (
36 + dev-perl/Test-Exception
37 + dev-perl/Test-Warn
38 + dev-perl/Test-Deep
39 + )
40 "
41
42 mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes"