Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69452 - Sablotron ebuild requires dev-perl/XML-Parser-2.3 even if perl is not USEd
Summary: Sablotron ebuild requires dev-perl/XML-Parser-2.3 even if perl is not USEd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 13:45 UTC by Peter Valach
Modified: 2004-11-06 22:16 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 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.