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 7E956158064 for ; Fri, 3 May 2024 06:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 640D12BC054; Fri, 3 May 2024 06:57:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B9D42BC013 for ; Fri, 3 May 2024 06:57:28 +0000 (UTC) From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= To: gentoo-dev@lists.gentoo.org Cc: pr@gentoo.org, =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Subject: [gentoo-dev] [PATCH 9/9] profiles: use.mask perl_features_debug Date: Fri, 3 May 2024 08:55:36 +0200 Message-ID: <20240503065536.2268112-9-dilfridge@gentoo.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240503065536.2268112-1-dilfridge@gentoo.org> References: <4096348.usQuhbGJ8B@noumea> <20240503065536.2268112-1-dilfridge@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: ea8b7b27-cdeb-4367-b9d1-000943b03bcd X-Archives-Hash: 9bdd8e30d02cf24a9792a8034b8962f0 Signed-off-by: Andreas K. Hüttel --- profiles/base/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f27ab3bcd0b8..392c76f40109 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel (2024-05-01) +# PERL_FEATURES=debug is not a setting that should be used lightly. +# If you really need it, then unmask it... +perl_features_debug + # Andreas Sturmlechner (2024-04-06) # Telepathy is dead and packages masked for removal. telepathy -- 2.43.2