mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user