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 1EB7E158086 for ; Wed, 1 Dec 2021 18:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F5E2BC009; Wed, 1 Dec 2021 18:34:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 9B7A92BC063 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 E16F0342D36 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 ED0C8200 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: <1638383680.0234266ea48500719ae8e94fe9897b87232ef702.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/discord-bin/discord-bin-0.0.16-r3.ebuild net-im/discord-bin/discord-bin-0.0.16-r4.ebuild X-VCS-Directories: net-im/discord-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0234266ea48500719ae8e94fe9897b87232ef702 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: dfa7a42f-6930-4e9e-ab6a-1db10a19b170 X-Archives-Hash: 0cc159a3865f6020b5293c7ffb610c76 commit: 0234266ea48500719ae8e94fe9897b87232ef702 Author: Sam James gentoo org> AuthorDate: Wed Dec 1 18:34:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 18:34:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0234266e net-im/discord-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> .../{discord-bin-0.0.16-r3.ebuild => discord-bin-0.0.16-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/discord-bin/discord-bin-0.0.16-r3.ebuild b/net-im/discord-bin/discord-bin-0.0.16-r4.ebuild similarity index 94% rename from net-im/discord-bin/discord-bin-0.0.16-r3.ebuild rename to net-im/discord-bin/discord-bin-0.0.16-r4.ebuild index 180003bc792f..48e53417c99b 100644 --- a/net-im/discord-bin/discord-bin-0.0.16-r3.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.16-r4.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64" RESTRICT="mirror bindist" # libXScrnSaver is used through dlopen (bug #825370) -# Need to drop -clone3(-) from glibc once Electron is updated +# Need to drop -clone3(+) from glibc once Electron is updated # bug #819045, bug #827386 RDEPEND=" app-accessibility/at-spi2-atk:2 @@ -33,7 +33,7 @@ RDEPEND=" media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus - sys-libs/glibc[-clone3(-)] + || ( =sys-libs/glibc-2.34[-clone3(+)] ) x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3