Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 215157

Summary: dev-perl/module-build-0.28.08 - USE=test missing dep: dev-perl/PAR-Dist
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED WONTFIX    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2008-03-28 09:40:12 UTC
[...]
t/par.................skipped
        all skipped: PAR::Dist 0.17 or up not installed to check .par's.


cvs/gentoo-x86/dev-perl/module-build $ cvs diff
Index: module-build-0.28.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.08.ebuild,v
retrieving revision 1.10
diff -u -B -r1.10 module-build-0.28.08.ebuild
--- module-build-0.28.08.ebuild 28 Mar 2008 09:30:15 -0000      1.10
+++ module-build-0.28.08.ebuild 28 Mar 2008 09:36:21 -0000
@@ -24,7 +24,7 @@

 DEPEND="dev-lang/perl
        dev-perl/yaml
-       test? ( dev-perl/version )
+       test? ( dev-perl/version dev-perl/PAR-Dist )
        >=dev-perl/Archive-Tar-1.09"

 SRC_TEST="do"

Arches that need to keyword dev-perl/PAR-Dist:

alpha m68k (mips?) ppc ppc64
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-03-21 10:18:10 UTC
I don't like to add a non-core module as test dependency to a core-module.
(Module-Build is also in PDEPEND of dev-lang/perl)