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 A0493158086 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 3A5BD2BC063; 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 996682BC058 for ; Wed, 1 Dec 2021 18:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 55DB7342C24 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 DA52C1FE 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: <1638383675.98e54131b99e8f38cd9a191fd15fb4bea1620abb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98e54131b99e8f38cd9a191fd15fb4bea1620abb 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: feb1d0f7-2a40-40f2-bb1b-4b04be3468e3 X-Archives-Hash: 2e4f5cfab4a98c3e7c4314ab45297712 commit: 98e54131b99e8f38cd9a191fd15fb4bea1620abb Author: Sam James gentoo org> AuthorDate: Wed Dec 1 18:33:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 18:34:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e54131 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 gentoo.org> ...rlinux-8.78.0.161-r1.ebuild => skypeforlinux-8.78.0.161-r2.ebuild} | 4 ++-- 1 file 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 similarity index 96% rename from net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild rename to 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[-clone3(+)] ) sys-devel/gcc[cxx] virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}]