Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363627 - net-im/pidgin has wrong dependency on net-libs/libgadu
Summary: net-im/pidgin has wrong dependency on net-libs/libgadu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 19:15 UTC by Bartosz Brachaczek
Modified: 2011-04-15 08:02 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 Bartosz Brachaczek 2011-04-14 19:15:05 UTC
I wrote about it in Bug 359329 Comment 2 which was "fixed" incorrectly but nobody took care of it. net-im/pidgin has the following dependency on net-libs/libgadu:

    gadu? ( || ( >=net-libs/libgadu-1.10.1[ssl,gnutls]
            <net-libs/libgadu-1.10.1[-ssl] ) )

...so if you have new libgadu, you _have_ to set USE="ssl gnutls" for it. But Pidgin will compile and work just good with >=net-libs/libgadu-1.10.1[-ssl] (I tested it). So I suggest changing the dep like that:

    gadu? ( || ( >=net-libs/libgadu-1.10.1[ssl,gnutls]
            net-libs/libgadu[-ssl] ) )
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2011-04-15 08:02:14 UTC
Bartosz, sorry, sometimes comments in closed bugs get lost and this time I just forgot about this. Thank you for report! Fixed.