From 3acbc85ef99c35f9e4beab8ee3745a03cf65df2f Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 24 Jun 2017 17:53:02 +1200 Subject: 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(-) (limited to 'dev-perl/PDL') diff --git a/dev-perl/PDL/PDL-2.17.0.ebuild b/dev-perl/PDL/PDL-2.17.0.ebuild index 3dd7ad96511b..590562dee2a0 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" -- cgit v1.2.3-65-gdbad