diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-24 17:53:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-24 18:19:57 +1200 |
commit | 3acbc85ef99c35f9e4beab8ee3745a03cf65df2f (patch) | |
tree | 3844bff9ae6c2270e0c307c2fa3714777b6560ce /dev-perl/PDL | |
parent | dev-perl/PDL: Backport configure/compile fix for '.' in @INC (diff) | |
download | gentoo-3acbc85ef99c35f9e4beab8ee3745a03cf65df2f.tar.gz gentoo-3acbc85ef99c35f9e4beab8ee3745a03cf65df2f.tar.bz2 gentoo-3acbc85ef99c35f9e4beab8ee3745a03cf65df2f.zip |
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
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/PDL-2.17.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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" |