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 B56E7158086 for ; Wed, 1 Dec 2021 14:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6B2A2BC028; Wed, 1 Dec 2021 14:42:22 +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 B025C2BC025 for ; Wed, 1 Dec 2021 14:42:22 +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 5F47F342E79 for ; Wed, 1 Dec 2021 14:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7B55132 for ; Wed, 1 Dec 2021 14:42:19 +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: <1638369657.fabfef0abe0e0661b29705f9357f31d32de512d2.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.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fabfef0abe0e0661b29705f9357f31d32de512d2 X-VCS-Branch: master Date: Wed, 1 Dec 2021 14:42:19 +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: ddbc0600-e0ed-430d-83b0-7a8b378b3993 X-Archives-Hash: 4da4bad16a9cbb3a0d59c3a8e4a0ab70 commit: fabfef0abe0e0661b29705f9357f31d32de512d2 Author: Sam James gentoo org> AuthorDate: Wed Dec 1 14:40:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 14:40:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabfef0a net-im/skypeforlinux: depend on glibc[-clone3] Uses an older version of Electron which breaks when the clone3 syscall is used internally within glibc. Bug: https://bugs.gentoo.org/823790 Signed-off-by: Sam James gentoo.org> ...peforlinux-8.78.0.161.ebuild => skypeforlinux-8.78.0.161-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild similarity index 96% rename from net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild index a44feb7c8927..224261273a21 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild @@ -19,6 +19,8 @@ S="${WORKDIR}" QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 +# Need to drop -clone3(-) from glibc once Electron is updated +# bug #823790 RDEPEND=" app-crypt/libsecret[${MULTILIB_USEDEP}] dev-libs/atk[${MULTILIB_USEDEP}] @@ -32,6 +34,7 @@ RDEPEND=" media-libs/libv4l[${MULTILIB_USEDEP}] net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] + sys-libs/glibc[-clone3(-)] sys-devel/gcc[cxx] virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}]