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 C2C0015800A for ; Fri, 21 Jul 2023 18:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4F6E0943; Fri, 21 Jul 2023 18:15:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2FB2E0943 for ; Fri, 21 Jul 2023 18:15:43 +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 01900335CD2 for ; Fri, 21 Jul 2023 18:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAC9AFD for ; Fri, 21 Jul 2023 18:15:41 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1689963338.5798cf9d4e0be4243da54d538a4b52ab31a53a7b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5798cf9d4e0be4243da54d538a4b52ab31a53a7b X-VCS-Branch: master Date: Fri, 21 Jul 2023 18:15:41 +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: 539a69ce-06d3-4ac2-a9cf-832c3a255973 X-Archives-Hash: 4bf2b4008fe557ef4f7b6148b76a25e7 commit: 5798cf9d4e0be4243da54d538a4b52ab31a53a7b Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 21 18:15:16 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 21 18:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5798cf9d profiles/base/package.use.mask: mask jemalloc on dev-lang/ruby Signed-off-by: Hans de Graaff gentoo.org> profiles/base/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9713485e03f2..1905dacceb9a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Hans de Graaff (2023-07-21) + +# jemalloc has been a source of sometimes hard to track bugs in the +# past. It is now masked with the intention to remove it altogether at a +# later date. +# See e.g. bugs 617518, 638522, 711302, 802435, 904987 +dev-lang/ruby jemalloc + # Joonas Niilola (2023-07-14) # Calendar is broken with some languages on 115.0 release. Bug #910229 >=mail-client/thunderbird-115.0 system-icu