Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356105 - app-emulation/qemu-0.14.0 uses ssl use flag for gnutls support
Summary: app-emulation/qemu-0.14.0 uses ssl use flag for gnutls support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 18:37 UTC by William Hubbs
Modified: 2011-02-22 22:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix-ssl.patch (fix-ssl.patch,1.55 KB, text/plain)
2011-02-22 18:46 UTC, William Hubbs
Details

Note You need to log in before you can comment on or make changes to this bug.
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.