Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597314 - x11-misc/x11vnc-0.9.14[-ssl] needs net-libs/libvncserver[-ssl]
Summary: x11-misc/x11vnc-0.9.14[-ssl] needs net-libs/libvncserver[-ssl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-16 19:18 UTC by Thomas Bettler
Modified: 2016-10-20 20:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2016-10-16 19:18:51 UTC
To compile sucessfully with USE="-ssl" x11-misc/x11vnc should depend on net-libs/libvncserver also being compiled with USE="-ssl".
This dependency on libvncserver's USE-flag isn't written yet.

Many thanks for adapting it.
Comment 1 Michał Kępień 2016-10-19 19:39:37 UTC
Already requested:

    https://github.com/gentoo/gentoo/pull/2548
Comment 2 Thomas Bettler 2016-10-20 20:54:27 UTC
Well I meant x11nvc-0.9.14.ebuild to contain

RDEPEND=">=libvncserver-0.9.8[ssl=]"

in order to compile properly if USE="-ssl" is set.

Today the ebuild only contains RDEPEND=">=libvncserver-0.9.8"