From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1479D158086 for ; Wed, 1 Dec 2021 18:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3712F2BC058; Wed, 1 Dec 2021 18:34:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 975802BC009 for ; Wed, 1 Dec 2021 18:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EE94342C56 for ; Wed, 1 Dec 2021 18:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60FE1F2 for ; Wed, 1 Dec 2021 18:34:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638383656.a6f8092d405f3fe91f669d857481ce06d2ae96f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r1.ebuild net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r2.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6f8092d405f3fe91f669d857481ce06d2ae96f4 X-VCS-Branch: master Date: Wed, 1 Dec 2021 18:34:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4a6ab09-46bd-4cb6-951c-18e2d135728d X-Archives-Hash: d61304927d8e31e107e37c4e2245626a commit: a6f8092d405f3fe91f669d857481ce06d2ae96f4 Author: Sam James gentoo org> AuthorDate: Wed Dec 1 18:33:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 18:34:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f8092d 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 gentoo.org> ...sktop-bin-5.24.0-r1.ebuild => signal-desktop-bin-5.24.0-r2.ebuild} | 4 ++-- 1 file 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 similarity index 96% rename from net-im/signal-desktop-bin/signal-desktop-bin-5.24.0-r1.ebuild rename to 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[-clone3(+)] ) x11-libs/gdk-pixbuf:2 x11-libs/cairo x11-libs/gtk+:3[X]