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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B0961581F0 for ; Thu, 12 Dec 2024 04:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84698E0D29; Thu, 12 Dec 2024 04:54:24 +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 7CC06E0C4E for ; Thu, 12 Dec 2024 04:54:23 +0000 (UTC) From: Sam James To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] profiles: make USE=test-install a global USE flag In-Reply-To: <0c9b661d501c1b6572524b1b729b9daac717b862.1733809411.git.sam@gentoo.org> (Sam James's message of "Tue, 10 Dec 2024 05:43:31 +0000") Organization: Gentoo References: <0c9b661d501c1b6572524b1b729b9daac717b862.1733809411.git.sam@gentoo.org> User-Agent: mu4e 1.12.7; emacs 31.0.50 Date: Thu, 12 Dec 2024 04:54:19 +0000 Message-ID: <87zfl1cxhg.fsf@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 X-Archives-Salt: 4accd874-922e-4520-a404-1b2b47e20c74 X-Archives-Hash: 567410f0997c965daad62bbae9f58312 Sam James writes: > This comes up often enough to justify it. Some packages have been always > disabling this given there wasn't convention or wisdom on how to handle it, > but this helps to provide that. > > See https://public-inbox.gentoo.org/gentoo-dev/87ttftr9ay.fsf@gentoo.org/. > > Signed-off-by: Sam James > --- > I consider the USE flag itself as having consensus, but I'll wait to push > in case anyone has comments on the description. Pushed. Comments welcome still on description, of course. > > profiles/use.desc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/profiles/use.desc b/profiles/use.desc > index 78dc606950512..830fcabec611d 100644 > --- a/profiles/use.desc > +++ b/profiles/use.desc > @@ -335,6 +335,7 @@ tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() i > tcpd - Add support for TCP wrappers > telemetry - Send anonymized usage information to upstream so they can better understand our users > test - Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently) > +test-install - Install testsuite for manual execution by the user > test-rust - Enable important test dependencies that require Rust toolchain > theora - Add support for the Theora Video Compression Codec > threads - Add threads support for various packages. Usually pthreads