commit: d9cc1896f127e2788a50e5428e4b2f426462d4ed Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 2 10:37:56 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 2 10:40:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cc1896
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 .../chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 16151ff33c6..638a233f09c 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() {