diff options
author | Sam James <sam@gentoo.org> | 2021-06-23 00:53:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-23 00:55:35 +0100 |
commit | 16c0969fe3e157fc5af3cb343f239e8efd871abd (patch) | |
tree | 685bc706d18d5d8d8213976c967d51c632418a17 /net-im | |
parent | net-misc/whois: Add dependency on virtual/libcrypt. (diff) | |
download | gentoo-16c0969fe3e157fc5af3cb343f239e8efd871abd.tar.gz gentoo-16c0969fe3e157fc5af3cb343f239e8efd871abd.tar.bz2 gentoo-16c0969fe3e157fc5af3cb343f239e8efd871abd.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>
Diffstat (limited to 'net-im')
-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} |