From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C0D6138331 for ; Mon, 2 Apr 2018 10:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3131FE0DBE; Mon, 2 Apr 2018 10:40:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 097ABE0DBE for ; Mon, 2 Apr 2018 10:40:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F6333BE18 for ; Mon, 2 Apr 2018 10:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B89AC276 for ; Mon, 2 Apr 2018 10:40:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1522665638.d9cc1896f127e2788a50e5428e4b2f426462d4ed.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrome-remote-desktop/chrome-remote-desktop-63.0.3239.17.ebuild X-VCS-Directories: net-misc/chrome-remote-desktop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d9cc1896f127e2788a50e5428e4b2f426462d4ed X-VCS-Branch: master Date: Mon, 2 Apr 2018 10:40:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f1d5ada-1cba-41d5-ab57-fd831ebedcca X-Archives-Hash: 21593f03d53e7f1f8b8d7065094158e3 commit: d9cc1896f127e2788a50e5428e4b2f426462d4ed Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 2 10:37:56 2018 +0000 Commit: Pacho Ramos gentoo 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() {