projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26c591
)
net-misc/remmina: warn about encrypted VNC deps.
author
Diogo Pereira
<sir.suriv@gmail.com>
Sun, 2 Oct 2016 21:42:35 +0000
(22:42 +0100)
committer
Patrice Clement
<monsieurp@gentoo.org>
Mon, 3 Oct 2016 20:07:18 +0000
(22:07 +0200)
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>
net-misc/remmina/remmina-1.2.0_rc15.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/remmina/remmina-1.2.0_rc15.ebuild
b/net-misc/remmina/remmina-1.2.0_rc15.ebuild
index c47bbba7981f0ad060cd29b8a7ca1374d89daca6..40a5bb458cb5f4a327ec01da9762f9a73466ec29 100644
(file)
--- a/
net-misc/remmina/remmina-1.2.0_rc15.ebuild
+++ b/
net-misc/remmina/remmina-1.2.0_rc15.ebuild
@@
-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() {