Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25016 - licqs ebuild containing INCORRECT dependency
Summary: licqs ebuild containing INCORRECT dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 17:16 UTC by Fernando Henrique Ferraz Pereira da Rosa
Modified: 2003-07-22 19:04 UTC (History)
0 users

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 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.