Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358619 - net-libs/libgadu-1.10.0 has implicit dependency on net-libs/gnutls
Summary: net-libs/libgadu-1.10.0 has implicit dependency on net-libs/gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 21:19 UTC by Bartosz Brachaczek
Modified: 2011-03-15 19:01 UTC (History)
1 user (show)

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-03-12 21:19:32 UTC
In libgadu-1.10.0 there was introduced an optional dependency on gnutls for encrypted connection support as an alternative to openssl (BTW, gnutls takes precedence by default). But there is no corresponding USE flag in the ebuild so it always links to gnutls if installed on system, even with USE=ssl.

BTW I found gnutls code working more reliably than the openssl one for me (rare connection problems with openssl).
Comment 1 Maciej Mrozowski gentoo-dev 2011-03-15 19:01:30 UTC
Indeed, also configure parameter corresponding to OpenSSL support was renamed (from --with-ssl to --with-openssl) so it's even more automagic now since ebuild doesn't expect this.
Anyway, fixed. Thanks for reporting!