commit: 67b2356796361b63789d4c5f16fad7b67eec2412
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 00:02:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 00:02:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b23567
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 <AT> gentoo.org>
.../{webex-41.5.0.18815.1-r1.ebuild => webex-41.5.0.18815.1-r2.ebuild} | 2 +-
.../{webex-41.5.0.18911.1-r1.ebuild => webex-41.5.0.18911.1-r2.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
similarity index 98%
rename from net-im/webex/webex-41.5.0.18815.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18815.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 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
similarity index 98%
rename from net-im/webex/webex-41.5.0.18911.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18911.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 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]
)
"