summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-23 00:53:51 +0100
committerSam James <sam@gentoo.org>2021-06-23 00:55:35 +0100
commit16c0969fe3e157fc5af3cb343f239e8efd871abd (patch)
tree685bc706d18d5d8d8213976c967d51c632418a17
parentnet-misc/whois: Add dependency on virtual/libcrypt. (diff)
downloadgentoo-16c0969fe3e.tar.gz
gentoo-16c0969fe3e.tar.bz2
gentoo-16c0969fe3e.zip
net-im/webex: add libxcrypt[compat] dependency
Needed for upcoming libcrypt migration. This is a binary package so we can't rebuild it, obviously. Reported-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-im/webex/webex-41.5.0.18815.1-r1.ebuild (renamed from net-im/webex/webex-41.5.0.18815.1.ebuild)4
-rw-r--r--net-im/webex/webex-41.5.0.18911.1-r1.ebuild (renamed from net-im/webex/webex-41.5.0.18911.1.ebuild)4
2 files changed, 8 insertions, 0 deletions
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
index 81b65db210d8..f44b90dd6a97 100644
--- a/net-im/webex/webex-41.5.0.18815.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+ || (
+ sys-libs/glibc[crypt]
+ sys-libs/libxcrypt[compat]
+ )
"
S=${WORKDIR}
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
index 81b65db210d8..d8d971985c44 100644
--- a/net-im/webex/webex-41.5.0.18911.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+ || (
+ sys-libs/glibc[crypt]
+ sys-libs/libxcrypt[compat]
+ )
"
S=${WORKDIR}