Hello. Currently if one wants wpa_supplicant to use gnutls instead of openssl then one has to use wpa_supplicant[gnutls,-ssl] USE combo. Firstly this is confusing because global 'ssl' USE description says it enables SSL connections, there's no local 'ssl' USE for wpa_supplicant, and wpa_supplicant[gnutls,-ssl] still supports SSL via gnutls. Secondly a number of other packages that use either openssl or gnutls have [gnutls,ssl] USE combo to use gnutls and [-gnutls,ssl] USE combo to use openssl. Examples are wget, neon, rtmpdump, ffmpeg. Please make [gnutls,ssl] USE combo to enable gnutls support and [-gnutls,ssl] USE combo to enable openssl support.
Another way is to rename 'ssl' USE to 'openssl' as some packages do.
commit 9040d6c5be62a68a0cfc2a5fc824e9abc5f19951 (HEAD -> master, origin/master, origin/HEAD) Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> AuthorDate: Sun Nov 6 22:26:04 2016 +0100 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Sun Dec 4 01:54:19 2016 +0100 net-wireless/wpa_supplicant: Move USE=gnutls behind USE=ssl flag. Gentoo-Bug: https://bugs.gentoo.org/587238 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2673 .../wpa_supplicant/wpa_supplicant-2.6-r1.ebuild | 34 +++++++++++++--------- 1 file changed, 20 insertions(+), 14 deletions(-) PR merged, thanks!