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 293C71382C5 for ; Sat, 12 Jun 2021 13:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFC1E0877; Sat, 12 Jun 2021 13:22:07 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48692E0877 for ; Sat, 12 Jun 2021 13:22:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F30FE335D3D for ; Sat, 12 Jun 2021 13:22:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31988796 for ; Sat, 12 Jun 2021 13:22:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1623504100.95db63822880df6d51d2b8e6ee5f0f1135501e7d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 95db63822880df6d51d2b8e6ee5f0f1135501e7d X-VCS-Branch: master Date: Sat, 12 Jun 2021 13:22:04 +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: 38d935d7-d92d-49b5-9a7a-ce1c89a4776a X-Archives-Hash: 351ae6342fb66b7c7e71ffa280a01ad8 commit: 95db63822880df6d51d2b8e6ee5f0f1135501e7d Author: David Seifert gentoo org> AuthorDate: Sat Jun 12 13:21:40 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 12 13:21:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95db6382 net-im/skypeforlinux: Add missing x11-libs/libxkbcommon dep Closes: https://bugs.gentoo.org/790386 Signed-off-by: David Seifert gentoo.org> net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild | 1 + net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild b/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild index 01550d2ccb0..a44feb7c892 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild @@ -49,6 +49,7 @@ RDEPEND=" x11-libs/libXrender[${MULTILIB_USEDEP}] x11-libs/libXtst[${MULTILIB_USEDEP}] x11-libs/libxcb[${MULTILIB_USEDEP}] + x11-libs/libxkbcommon[${MULTILIB_USEDEP}] x11-libs/libxkbfile[${MULTILIB_USEDEP}] x11-libs/pango[${MULTILIB_USEDEP}]" diff --git a/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild index 01550d2ccb0..a44feb7c892 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild @@ -49,6 +49,7 @@ RDEPEND=" x11-libs/libXrender[${MULTILIB_USEDEP}] x11-libs/libXtst[${MULTILIB_USEDEP}] x11-libs/libxcb[${MULTILIB_USEDEP}] + x11-libs/libxkbcommon[${MULTILIB_USEDEP}] x11-libs/libxkbfile[${MULTILIB_USEDEP}] x11-libs/pango[${MULTILIB_USEDEP}]"