Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The following patch adds a use flag for ssl for net-irc/weechat-0.1.4. I wasn't sure if i should use gnutls or ssl use flag. Since weechat provides ssl via gnutls i tough ssl was good (this is not a choice beetween openssl and gnutls). Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=66860) [edit] add ssl use flag to weechat
From the description of the flags, gnutls matches closer. It isn't a flag to prefer gnutls over openssl, like the gtk2 flag is for preferring gtk-2 over gtk-1. Looking at other ebuilds it's handled both ways. Looks like we need a little discussion what is our preferred/default SSL implementation. In the meantime I commited your patch, thanks!