Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162583 - kdebase-kioslaves-3.5.5-r1.ebuild has a missing use flag on the cyrus-sasl-2 dependency
Summary: kdebase-kioslaves-3.5.5-r1.ebuild has a missing use flag on the cyrus-sasl-2 ...
Status: RESOLVED DUPLICATE of bug 78290
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 21:23 UTC by Lee Burton
Modified: 2007-01-17 21:37 UTC (History)
0 users

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


Attachments
Fixed Ebuild (kdebase-kioslaves-3.5.5-r1.ebuild,1.76 KB, text/plain)
2007-01-17 21:34 UTC, Lee Burton
Details

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