commit:     3acbc85ef99c35f9e4beab8ee3745a03cf65df2f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 05:53:02 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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"

Reply via email to