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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85925158041 for ; Wed, 10 Apr 2024 23:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C21E29EA; Wed, 10 Apr 2024 23:34:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77411E29EA for ; Wed, 10 Apr 2024 23:34:09 +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 6B0FC3432AB for ; Wed, 10 Apr 2024 23:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0FC16AE for ; Wed, 10 Apr 2024 23:34:06 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1712792003.a9e6c3310976482ab2d9c2bcba2c0a1100ce1f6a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: a9e6c3310976482ab2d9c2bcba2c0a1100ce1f6a X-VCS-Branch: master Date: Wed, 10 Apr 2024 23:34:06 +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: db106eb7-0afb-42bf-9307-5e6bb5210d91 X-Archives-Hash: 528f5975bbb71a3c5b175e83a8f4b82d commit: a9e6c3310976482ab2d9c2bcba2c0a1100ce1f6a Author: Yixun Lan gentoo org> AuthorDate: Wed Apr 10 23:07:32 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 10 23:33:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e6c331 net-im/telegram-desktop: drop jemalloc[lazy-lock] restriction tested with jemalloc[lazy-lock], it works fine with 4.16.6, so drop it. Bug: https://bugs.gentoo.org/803233 Signed-off-by: Yixun Lan gentoo.org> net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild b/net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild index a71d70336af3..96d25257595e 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.16.6.ebuild @@ -47,7 +47,7 @@ CDEPEND=" sys-libs/zlib:=[minizip] !enchant? ( >=app-text/hunspell-1.7:= ) enchant? ( app-text/enchant:= ) - jemalloc? ( dev-libs/jemalloc:=[-lazy-lock] ) + jemalloc? ( dev-libs/jemalloc:= ) !qt6? ( >=dev-qt/qtcore-5.15:5= >=dev-qt/qtgui-5.15:5=[dbus?,jpeg,png,wayland?,X?] @@ -96,7 +96,6 @@ BDEPEND=" virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) " -# dev-libs/jemalloc:=[-lazy-lock] -> https://bugs.gentoo.org/803233 PATCHES=( "${FILESDIR}/tdesktop-4.2.4-jemalloc-only-telegram-r1.patch"