Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17925 - patch for licq ebuild to have right dependancy behaviour
Summary: patch for licq ebuild to have right dependancy behaviour
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 08:01 UTC by Thomas Weidner
Modified: 2003-04-22 17:31 UTC (History)
1 user (show)

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


Attachments
licq-1.2.4-r2.ebuild.diff (licq-1.2.4-r2.ebuild.diff,513 bytes, patch)
2003-03-21 08:02 UTC, Thomas Weidner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Weidner 2003-03-21 08:01:45 UTC
Hi,

licq-1.2.4-r2 is causing dependancies to kde,though -kde is in the useflags.
this patch should fix this.

PS: i never noticed the reverse behaviour,that licq was not causing kde
dependancies to kde,when kde is in the useflags. i have no knowledge about
portage internals and simply hope my patch wont break things.
Comment 1 Thomas Weidner 2003-03-21 08:02:32 UTC
Created attachment 9652 [details, diff]
licq-1.2.4-r2.ebuild.diff
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2003-04-22 17:31:54 UTC
Your patch was almost (but not quite) correct, but had the right idea. We can't tweak dependencies in a conditional or the dep caching in Portage gets messed up.
All conditional dependencies must be based on "use?" vars in DEPEND and RDEPEND.
A fixed-up licq-1.2.6 will be committed momentarily, closing this bug. And thanks :)