From: Pacho Ramos Date: Mon, 2 Apr 2018 10:37:56 +0000 (+0200) Subject: net-misc/chrome-remote-desktop: Fix multiple bugs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d9cc1896f127e2788a50e5428e4b2f426462d4ed;p=gentoo.git net-misc/chrome-remote-desktop: Fix multiple bugs - Fix missing dependencies (#613444) - Fix support for chromium (#581754) Package-Manager: Portage-2.3.27, Repoman-2.3.9 --- diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild index 16151ff33c63..638a233f09cc 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild @@ -46,6 +46,8 @@ RDEPEND="app-admin/sudo sys-devel/gcc sys-libs/glibc sys-libs/pam + x11-apps/xdpyinfo + x11-apps/setxkbmap x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 @@ -97,6 +99,8 @@ src_install() { newinitd "${FILESDIR}"/${PN}.rc ${PN} newconfd "${FILESDIR}"/${PN}.conf.d ${PN} + + dosym /etc/opt/chrome/native-messaging-hosts /etc/chromium/native-messaging-hosts #581754 } pkg_postinst() {