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

Bug 162583

Summary: kdebase-kioslaves-3.5.5-r1.ebuild has a missing use flag on the cyrus-sasl-2 dependency
Product: Gentoo Linux Reporter: Lee Burton <lburton>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixed Ebuild

Description Lee Burton 2007-01-17 21:23:43 UTC
kdebase-kioslaves does not _depend_ on sasl, it should use the sasl use flag just as kdepim-kioslaves does.  
Changing:
    >=dev-libs/cyrus-sasl-2
to:
    sasl? ( >=dev-libs/cyrus-sasl-2 )
In the ebuild resolves the problem.


Reproducible: Always

Steps to Reproduce:
building kdebase-kioslaves with -sasl in your use flags causes cyrus-sasl to try to build



Expected Results:  
Sasl use flag should have functioned.
Comment 1 Lee Burton 2007-01-17 21:34:06 UTC
Created attachment 107302 [details]
Fixed Ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-17 21:37:23 UTC
You can't just add a use flag and do nothing else...

*** This bug has been marked as a duplicate of bug 78290 ***