diff options
author | Sam James <sam@gentoo.org> | 2021-06-23 01:02:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-23 01:02:38 +0100 |
commit | 67b2356796361b63789d4c5f16fad7b67eec2412 (patch) | |
tree | 159e5ea4f2bea5b5ed981da869e2f16e28ee26bb /net-im | |
parent | net-misc/whois: Add dependency on virtual/libcrypt. (diff) | |
download | gentoo-67b2356796361b63789d4c5f16fad7b67eec2412.tar.gz gentoo-67b2356796361b63789d4c5f16fad7b67eec2412.tar.bz2 gentoo-67b2356796361b63789d4c5f16fad7b67eec2412.zip |
net-im/webex: fix MissingUseDepDefault for glibc[crypt]
In the past, libcrypt was alawys available in glibc.
Fixes: 16c0969fe3e157fc5af3cb343f239e8efd871abd
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-r2.ebuild (renamed from net-im/webex/webex-41.5.0.18815.1-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-im/webex/webex-41.5.0.18911.1-r2.ebuild (renamed from net-im/webex/webex-41.5.0.18911.1-r1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild index f44b90dd6a97..7e2ebf186457 100644 --- a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild +++ b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild @@ -44,7 +44,7 @@ RDEPEND=" x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm || ( - sys-libs/glibc[crypt] + sys-libs/glibc[crypt(+)] sys-libs/libxcrypt[compat] ) " diff --git a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild index f44b90dd6a97..7e2ebf186457 100644 --- a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild +++ b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild @@ -44,7 +44,7 @@ RDEPEND=" x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm || ( - sys-libs/glibc[crypt] + sys-libs/glibc[crypt(+)] sys-libs/libxcrypt[compat] ) " |