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

Bug 25016

Summary: licqs ebuild containing INCORRECT dependency
Product: Gentoo Linux Reporter: Fernando Henrique Ferraz Pereira da Rosa <mentus>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fernando Henrique Ferraz Pereira da Rosa 2003-07-21 17:16:38 UTC
Licq's ebuild has a "need kde 3" flag. This is highly incorrect. Licq runs
just fine WITHOUTH KDE. Optionally it's graphical interface may be compiled with
kde support, but this is just an option. Making licq need KDE is like making
xchat need Gnome. Total nonsense.
Comment 1 Brad Laue (RETIRED) gentoo-dev 2003-07-22 19:04:25 UTC
This is normal, and doesn't require KDE by default if the user doesn't select it.

Discovery:/usr/portage/net-im/licq # USE="-kde" emerge licq -epv | grep kde
[ebuild  N   ] net-im/licq-1.2.7  +ssl -socks5 +qt -kde +ncurses

As you can see this doesn't affect licq's requirement of KDE. The 'need kde' line is there in case the kde USE flag is used.