Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215157 - dev-perl/module-build-0.28.08 - USE=test missing dep: dev-perl/PAR-Dist
Summary: dev-perl/module-build-0.28.08 - USE=test missing dep: dev-perl/PAR-Dist
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 09:40 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-03-21 10:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)