diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 18:33:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 18:34:16 +0000 |
commit | a6f8092d405f3fe91f669d857481ce06d2ae96f4 (patch) | |
tree | 7a34d90ef56e2763071a47a6a03439b7f7f0d164 /net-im/signal-desktop-bin | |
parent | app-emulation/crun: drop unused autotools.eclass inherit (diff) | |
download | gentoo-a6f8092d405f3fe91f669d857481ce06d2ae96f4.tar.gz gentoo-a6f8092d405f3fe91f669d857481ce06d2ae96f4.tar.bz2 gentoo-a6f8092d405f3fe91f669d857481ce06d2ae96f4.zip |
net-im/signal-desktop-bin: 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/signal-desktop-bin')
-rw-r--r-- | net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r2.ebuild (renamed from net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r1.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r2.ebuild index 916648237a26..afe06b581e61 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r1.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r2.ebuild @@ -19,7 +19,7 @@ KEYWORDS="-* ~amd64" IUSE="+sound" RESTRICT="splitdebug" -# Drop -clone3(-) from glibc once Electron is updated +# Drop -clone3(+) from glibc once Electron is updated # See bug #819045 RDEPEND=" app-accessibility/at-spi2-atk:2 @@ -33,7 +33,7 @@ RDEPEND=" media-libs/mesa[X(+)] net-print/cups sys-apps/dbus[X] - sys-libs/glibc[-clone3(-)] + || ( <sys-libs/glibc-2.34 >=sys-libs/glibc-2.34[-clone3(+)] ) x11-libs/gdk-pixbuf:2 x11-libs/cairo x11-libs/gtk+:3[X] |