Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377167 - Bad depend in digikam upon kde semantic-desktop
Summary: Bad depend in digikam upon kde semantic-desktop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-31 14:37 UTC by Philippe Valembois
Modified: 2011-08-02 20:47 UTC (History)
1 user (show)

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 Philippe Valembois 2011-07-31 14:37:17 UTC
Digikam always requires kdelibs with semantic-desktop useflag regardless of the state of its own semantic-desktop useflag.

Reproducible: Always

Steps to Reproduce:
1. Disable semeantic useflag globally
2. Emerge digikam

Actual Results:  
Emerge says that kdelibs needs to be compiled with semantic-desktop useflag 

Expected Results:  
Emerge should compile Digikam without semantic-desktop in.

This problem can be easily fixed by replacing the DEPEND line for kdelibs from :
    $(add_kdebase_dep kdelibs semantic-desktop)
to
    $(add_kdebase_dep kdelibs 'semantic-desktop=')
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-08-02 20:47:45 UTC
Fixed, thanks!