Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 503574

Summary: net-misc/vino wrong ssl USE
Product: Gentoo Linux Reporter: Alessandro Capogna <alessandro.capogna>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alessandro Capogna 2014-03-06 06:14:32 UTC
since ssl USE explicitly require gnutls, please change the USE from ssl to gnutls

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-03-06 06:30:34 UTC
The ssl flag means "Add support for Secure Socket Layer connections" (take a look in /usr/portage/profiles/use.desc) and that's exactly what the flag means for this package.

The gnutls flag is meant to be used only when a package allows you to choose between different ssl implementations - for example, a pattern you would see in many ebuilds is that USE="ssl gnutls" means using net-libs/gnutls for ssl, while USE="ssl -gnutls" would mean using dev-libs/openssl or dev-libs/nss for ssl, and USE="-ssl" would mean not using any sort of ssl library at all.

The distinction between ssl flag and implementation-specific flags (USE=gnutls, USE=openssl etc.) has been discussed many times on mailing lists and other places, e.g. see http://archives.gentoo.org/gentoo-dev/msg_0101af709ca8d751b4765685007b6d39.xml