Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
Date: Tue, 22 Jun 2021 23:56:23
Message-Id: 1624406135.16c0969fe3e157fc5af3cb343f239e8efd871abd.sam@gentoo
1 commit: 16c0969fe3e157fc5af3cb343f239e8efd871abd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 23:53:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 23:55:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c0969f
7
8 net-im/webex: add libxcrypt[compat] dependency
9
10 Needed for upcoming libcrypt migration. This is a binary package
11 so we can't rebuild it, obviously.
12
13 Reported-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{webex-41.5.0.18815.1.ebuild => webex-41.5.0.18815.1-r1.ebuild} | 4 ++++
17 .../{webex-41.5.0.18911.1.ebuild => webex-41.5.0.18911.1-r1.ebuild} | 4 ++++
18 2 files changed, 8 insertions(+)
19
20 diff --git a/net-im/webex/webex-41.5.0.18815.1.ebuild b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
21 similarity index 95%
22 rename from net-im/webex/webex-41.5.0.18815.1.ebuild
23 rename to net-im/webex/webex-41.5.0.18815.1-r1.ebuild
24 index 81b65db210d..f44b90dd6a9 100644
25 --- a/net-im/webex/webex-41.5.0.18815.1.ebuild
26 +++ b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
27 @@ -43,6 +43,10 @@ RDEPEND="
28 x11-libs/xcb-util-keysyms
29 x11-libs/xcb-util-renderutil
30 x11-libs/xcb-util-wm
31 + || (
32 + sys-libs/glibc[crypt]
33 + sys-libs/libxcrypt[compat]
34 + )
35 "
36
37 S=${WORKDIR}
38
39 diff --git a/net-im/webex/webex-41.5.0.18911.1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
40 similarity index 95%
41 rename from net-im/webex/webex-41.5.0.18911.1.ebuild
42 rename to net-im/webex/webex-41.5.0.18911.1-r1.ebuild
43 index 81b65db210d..d8d971985c4 100644
44 --- a/net-im/webex/webex-41.5.0.18911.1.ebuild
45 +++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
46 @@ -43,6 +43,10 @@ RDEPEND="
47 x11-libs/xcb-util-keysyms
48 x11-libs/xcb-util-renderutil
49 x11-libs/xcb-util-wm
50 + || (
51 + sys-libs/glibc[crypt]
52 + sys-libs/libxcrypt[compat]
53 + )
54 "
55
56 S=${WORKDIR}