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 24D3D158013 for ; Fri, 15 Dec 2023 11:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C99F2BC040; Fri, 15 Dec 2023 11:00:29 +0000 (UTC) Received: from mail.pissmail.com (mail.pissmail.com [173.249.47.55]) (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 78AB72BC01B for ; Fri, 15 Dec 2023 11:00:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shitposting.expert; s=dkim; t=1702638026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5Tp1xcQq8Ed3bg5dqGiwoH1Y5NG9ibxon8C2TguBQ8U=; b=hvYM6TPuHXfCjVfw7oTiyKz2Tw+ALqf1CN6hnfmz/sUvulobVgUcLDMux6x3pbI3LsZvrp 3mHLYURsS4xTSZsgj98DsyWBE63C1OJrPwTBs78BsLHwnJXiymWOvc6COuH+oPPcH/8X7d tnSgfU/KI6ErQxkuXpngioM22T+Lk6dCpo9ljPID82MfLc062wC8ezVM9pxE20fmy9aEpb 6NRKGTxL9jNWpEifJ4bkmRhZLDGEVNccGJEZxYukvGeVjO7lFmVFQlxPKsKp6aTE4idpGY MlJdfPa5wGevtTW6DWH0qA1VNpxWq6j8un4/ac273oju6OuRvvucOTajF4J/Ng== Date: Fri, 15 Dec 2023 11:00:26 +0000 From: stefan11111@shitposting.expert To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on In-Reply-To: References: <34880f9a50de15dbd925603483ac1525@shitposting.expert> <2353b9167eaa803e5dce5b842090a3c0@shitposting.expert> Message-ID: <3b5c31cbfc1c8f0eab378664ce22632b@shitposting.expert> X-Sender: stefan11111@shitposting.expert Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Authentication-Results: mail.pissmail.com; auth=pass smtp.mailfrom=stefan11111@shitposting.expert X-Spamd-Bar: / X-Archives-Salt: de160c94-08a7-40b0-9c22-463ee9439742 X-Archives-Hash: 2851899303485ed998a3af5f6e7ffe2c On 2023-12-15 09:22, Arve Barsnes wrote: > On Fri, 15 Dec 2023 at 10:09, wrote: >> The problem is that I'm on python 3.12 and portage is pulling in an >> older version. > > Should have mentioned it in the first post, then it would be easy to > look into it and tell you that media-libs/mesa is only supported up to > 3.11 (in the ebuild anyway). You can try adding 3.12 to the ebuild > yourself, as it seems to be working fine according to > https://bugs.gentoo.org/919912 > > Regards, > Arve Thanks. But why did this happen now, and not when I migrated to python 3.12?