Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Sat, 12 Jun 2021 13:22:08
Message-Id: 1623504100.95db63822880df6d51d2b8e6ee5f0f1135501e7d.soap@gentoo
1 commit: 95db63822880df6d51d2b8e6ee5f0f1135501e7d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 13:21:40 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 13:21:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95db6382
7
8 net-im/skypeforlinux: Add missing x11-libs/libxkbcommon dep
9
10 Closes: https://bugs.gentoo.org/790386
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild | 1 +
14 net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild b/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild
18 index 01550d2ccb0..a44feb7c892 100644
19 --- a/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild
20 +++ b/net-im/skypeforlinux/skypeforlinux-8.72.0.94.ebuild
21 @@ -49,6 +49,7 @@ RDEPEND="
22 x11-libs/libXrender[${MULTILIB_USEDEP}]
23 x11-libs/libXtst[${MULTILIB_USEDEP}]
24 x11-libs/libxcb[${MULTILIB_USEDEP}]
25 + x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
26 x11-libs/libxkbfile[${MULTILIB_USEDEP}]
27 x11-libs/pango[${MULTILIB_USEDEP}]"
28
29
30 diff --git a/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild
31 index 01550d2ccb0..a44feb7c892 100644
32 --- a/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild
33 +++ b/net-im/skypeforlinux/skypeforlinux-8.73.0.92.ebuild
34 @@ -49,6 +49,7 @@ RDEPEND="
35 x11-libs/libXrender[${MULTILIB_USEDEP}]
36 x11-libs/libXtst[${MULTILIB_USEDEP}]
37 x11-libs/libxcb[${MULTILIB_USEDEP}]
38 + x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
39 x11-libs/libxkbfile[${MULTILIB_USEDEP}]
40 x11-libs/pango[${MULTILIB_USEDEP}]"