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

Bug 356105

Summary: app-emulation/qemu-0.14.0 uses ssl use flag for gnutls support
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Luca Barbato <lu_zero>
Status: RESOLVED INVALID    
Severity: normal CC: qemu+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix-ssl.patch

Description William Hubbs gentoo-dev 2011-02-22 18:37:58 UTC
I found that qemu-0.14.0 uses the ssl use flag to control
a dependency on net-libs/gnutls instead of the gnutls use flag. For all
other packages on my system, the ssl use flag is for OpenSSL.

Can the ebuild be fixed to use the gnutls use flag instead?

Thanks,

William
Comment 1 William Hubbs gentoo-dev 2011-02-22 18:46:53 UTC
Created attachment 263525 [details]
fix-ssl.patch

This patch will switch the ebuild over to using the gnutls use flag.
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-02-22 21:13:11 UTC
William,

please check bug 311627 for why we use ssl for gnutls support.
Comment 3 William Hubbs gentoo-dev 2011-02-22 22:54:20 UTC
I wasn't aware of our policy that if only one ssl implementation is
supported the ssl use flag should be used.

Sorry about the noise.