net-misc/remmina: warn about encrypted VNC deps.

Add a post-install message informing the user that encrypted VNC connections
require net-libs/libvncserver built with the gcrypt flag.

Gentoo-Bug: https://bugs.gentoo.org/594750
Closes: https://github.com/gentoo/gentoo/pull/2457

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Diogo Pereira
2016-10-02 22:42:35 +01:00
committed by Patrice Clement
parent e26c5919b2
commit ffa9b0bd51

View File

@@ -76,6 +76,7 @@ pkg_postinst() {
gnome2_icon_cache_update
elog "XDMCP support requires x11-base/xorg-server[xephyr]."
elog "Encrypted VNC connections require net-libs/libvncserver[gcrypt]."
}
pkg_postrm() {