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 D13C8158013 for ; Mon, 27 Sep 2021 07:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AFDE0878; Mon, 27 Sep 2021 07:27:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09611E0878 for ; Mon, 27 Sep 2021 07:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34E41342E2A for ; Mon, 27 Sep 2021 07:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47FB5E5 for ; Mon, 27 Sep 2021 07:27:32 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1632727643.2f5d034f7879078600d505036bee10da8a8d0f09.vapier@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-94.0.4606.27.ebuild X-VCS-Directories: net-misc/chrome-remote-desktop/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2f5d034f7879078600d505036bee10da8a8d0f09 X-VCS-Branch: master Date: Mon, 27 Sep 2021 07:27:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7e3c045-de32-48e5-bbab-e36e53a69d9c X-Archives-Hash: 55c1d36f9988be20f2482ad4e409dbb0 commit: 2f5d034f7879078600d505036bee10da8a8d0f09 Author: Mike Frysinger gentoo org> AuthorDate: Mon Sep 27 07:27:05 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Sep 27 07:27:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5d034f net-misc/chrome-remote-desktop: depend on libxkbcommon Closes: https://bugs.gentoo.org/815082 Signed-off-by: Mike Frysinger gentoo.org> net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild index df0836d47b3..51e526f00df 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild @@ -60,6 +60,7 @@ RDEPEND+=" x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes + x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/libXtst x11-libs/pango"