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

Bug 69452

Summary: Sablotron ebuild requires dev-perl/XML-Parser-2.3 even if perl is not USEd
Product: Gentoo Linux Reporter: Peter Valach <pvalach>
Component: Current packagesAssignee: Text-Markup Team (OBSOLETE) <text-markup+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Valach 2004-10-29 13:45:39 UTC
Sablotron ebuild has bad "DEPEND" variable set. It contains

">=dev-perl/XML-Parser-2.3"

instead of the correct

"perl? (>=dev-perl/XML-Parser-2.3)"

I made this change and it compiled OK without it :) (if "-perl" was in USE).

Reproducible: Always
Steps to Reproduce:
1. USE='-perl' emerge -vp sablotron

Actual Results:  
Requires dev-perl/XML-Parser-2.3

Expected Results:  
Don't require it :).
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-06 22:16:33 UTC
Actually, documentation requires XML-Parser module.
I changed the line to "doc? ( >=dev-perl/XML-Parseer-2.3)".
Thanks for the bug report.