Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Fri, 12 Oct 2018 12:15:42
Message-Id: 1539346406.a829fa58b22dceeea8b3e4e3f9cba71f8471a406.vdupras@gentoo
1 commit: a829fa58b22dceeea8b3e4e3f9cba71f8471a406
2 Author: Gino <onigino <AT> protonmail <DOT> com>
3 AuthorDate: Sun Sep 9 22:22:56 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 12 12:13:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a829fa58
7
8 net-im/skypeforlinux: Fix libsecret dependency
9
10 libsecret dependency is runtime of underlying chrome engine and isn't actually
11 used or required by skypeforlinux
12
13 Bug: https://bugs.gentoo.org/665606
14 Closes: https://github.com/gentoo/gentoo/pull/9816
15 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
16
17 net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild | 1 -
18 net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild | 1 -
19 2 files changed, 2 deletions(-)
20
21 diff --git a/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild b/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild
22 index fe787944cfb..18c49c0454a 100644
23 --- a/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild
24 +++ b/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild
25 @@ -21,7 +21,6 @@ QA_PREBUILT="*"
26 RESTRICT="mirror bindist strip" #299368
27
28 RDEPEND="
29 - app-crypt/libsecret[${MULTILIB_USEDEP}]
30 dev-libs/atk[${MULTILIB_USEDEP}]
31 dev-libs/expat[${MULTILIB_USEDEP}]
32 dev-libs/glib:2[${MULTILIB_USEDEP}]
33
34 diff --git a/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild
35 index fe787944cfb..18c49c0454a 100644
36 --- a/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild
37 +++ b/net-im/skypeforlinux/skypeforlinux-8.31.0.92.ebuild
38 @@ -21,7 +21,6 @@ QA_PREBUILT="*"
39 RESTRICT="mirror bindist strip" #299368
40
41 RDEPEND="
42 - app-crypt/libsecret[${MULTILIB_USEDEP}]
43 dev-libs/atk[${MULTILIB_USEDEP}]
44 dev-libs/expat[${MULTILIB_USEDEP}]
45 dev-libs/glib:2[${MULTILIB_USEDEP}]