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 768E415806E for ; Mon, 22 May 2023 08:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B892FE0A8C; Mon, 22 May 2023 08:14:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 69502E0A85 for ; Mon, 22 May 2023 08:14:06 +0000 (UTC) From: Ulrich Mueller To: Sam James Cc: gentoo-dev@lists.gentoo.org, gnome@gentoo.org, ionen@gentoo.org, kde@gentoo.org, games@gentoo.org, x11@gentoo.org, sarnex@gentoo.org Subject: Re: [gentoo-dev] [PATCH] profiles/targets/desktop: enable USE=vulkan by default In-Reply-To: <20230521214850.1659618-1-sam@gentoo.org> (Sam James's message of "Sun, 21 May 2023 22:48:50 +0100") References: <20230521214850.1659618-1-sam@gentoo.org> Date: Mon, 22 May 2023 10:13:59 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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: cadfc0ba-9720-4f8c-a958-12bd2a374e25 X-Archives-Hash: d348a516aa3f82a47972e5bff8fa1b22 >>>>> On Sun, 21 May 2023, Sam James wrote: > Ionen pointed this out again today and it made me look back at it; > there's no reason to not have vulkan on by default for desktop > profiles. That's a non-sequitur. No reason to not have it on doesn't imply that there is a reason to have it on. Also, shouldn't we avoid enabling local flags in profiles? > In particular, Steam expects it for plenty of games to work, That's what USE dependencies are for. Ulrich