diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 18:33:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 18:34:35 +0000 |
commit | 98e54131b99e8f38cd9a191fd15fb4bea1620abb (patch) | |
tree | 2f4ada5ac9f7907e1993d224fd46f38ec1a8c7ec /net-im/skypeforlinux | |
parent | net-im/signal-desktop-bin: fix glibc[-clone3] dependency (diff) | |
download | gentoo-98e54131b99e8f38cd9a191fd15fb4bea1620abb.tar.gz gentoo-98e54131b99e8f38cd9a191fd15fb4bea1620abb.tar.bz2 gentoo-98e54131b99e8f38cd9a191fd15fb4bea1620abb.zip |
net-im/skypeforlinux: fix glibc[-clone3] dependency
We need to consider two cases:
- stable users (2.33-r7 right now) who do not have the flag and are therefore fine =>
-clone3(-)
- ~arch users (2.34* right now) who do have the flag and when it doesn't exist for
older versions of 2.34, it's on => -clone3(+)
Reported-by: Miezhiko
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/skypeforlinux')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild index 224261273a21..69bae224b928 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}" QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 -# Need to drop -clone3(-) from glibc once Electron is updated +# Need to drop -clone3(+) from glibc once Electron is updated # bug #823790 RDEPEND=" app-crypt/libsecret[${MULTILIB_USEDEP}] @@ -34,7 +34,7 @@ RDEPEND=" media-libs/libv4l[${MULTILIB_USEDEP}] net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] - sys-libs/glibc[-clone3(-)] + || ( <sys-libs/glibc-2.34 >=sys-libs/glibc-2.34[-clone3(+)] ) sys-devel/gcc[cxx] virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] |