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

Bug 265288

Summary: dolphin and konqueror work without kfind
Product: Gentoo Linux Reporter: Alexander Potashev <aspotashev>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for kde.git (adds kfind USE-flag)

Description Alexander Potashev 2009-04-07 11:48:08 UTC
konqueror's and dolphin's ebuilds in kde.git overlay have RDEPEND="...kfind...", but konqueror and dolphin work well without kfind (however, except "Search Files..." menu item). I want to have konqueror and dolphin but not kfind.

Solution 1: remove kfind from RDEPEND
Solution 2: add USE-flag "kfind"(or "search") for konqueror and dolphin which would make them to pull kfind

Reproducible: Always

Steps to Reproduce:
1. emerge dolphin
Actual Results:  
kfind is being pulled anyway

Expected Results:  
kfind shouldn't be pulled
Comment 1 Alexander Potashev 2009-04-10 10:56:54 UTC
Created attachment 187876 [details, diff]
patch for kde.git (adds kfind USE-flag)
Comment 2 Maciej Mrozowski gentoo-dev 2009-04-10 11:52:45 UTC
in such situations - one can use package.provided to be able to ignore some obvious dependency
Comment 3 Maciej Mrozowski gentoo-dev 2009-04-11 00:44:11 UTC
Those who are insterested in minimal setup, can use kdebase-startkde meta package instead as well.
WONTFIX