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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04F9D1382C5 for ; Thu, 3 Jun 2021 08:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C99E0871; Thu, 3 Jun 2021 08:53:57 +0000 (UTC) Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02573E0857 for ; Thu, 3 Jun 2021 08:53:56 +0000 (UTC) Received: by mail-oi1-x22a.google.com with SMTP id v22so5601224oic.2 for ; Thu, 03 Jun 2021 01:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Y1KVqPkOqvS9whndRLcRQW09ygDEdNoChKATV0cxL90=; b=TlRm6+7mdan/tryW6cqyst+SAazyhE+N/WdcdbF4QDuAzbuae2TXQjQRzSl2QHXpFC YEIhiXNF53fGXLOQHm4BLpnrWQqezFiuMdcvFkfm7/b8ksF42F0DyBARVW/flvsCq5PX YjxrNvzpdjyxcy6nlrCy5RL8IFcTlVeXLDeI7nMBc8/eONBcKg23uWFetTP9xGC5G30T fRybtT29xo4CZ+yQqwGWJ6nwX7cgGvvV98TIoM0xeLMqiI8CwXkmG5jl6eAWErSTB13L Uvwqcherhl9krvFVRmmy2Rnrz4gr5mVOhiylPKeKs0Fe2siUP6Nwp+M4j5s/YR+BD/FZ dJfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Y1KVqPkOqvS9whndRLcRQW09ygDEdNoChKATV0cxL90=; b=X9FbRKsjh56F5UNsfPI4ssD2F0aTqXoaoE7tyof0F74Gf21us+QFK7L2MYWEFyVq6j Jhi2MOaZ6XZop6/KYvlensHf02rgb6pNmWwFkHfiH1u88HfmkbAz93l+j+9SREiye2U5 zXzodV8ieqoHnpg7DMCPsuzG9ku7lQZ9WQXpnu3wnqhISAATIvDHQDnrCRJYqZ2wXnRi uSb1IMjJLBtK88h3MQ/1yUUDNYvtrpFbAmvGKOMy9HEhNhaTCuGwBPCM6Pc382pCmIoE Z7UZ0RwF3AVeOqYzLdpaGsBTbnnEllv1IZPdGDnjwyTqJyplS9qvkN+Uw1EK0FvVpALB 0NXg== X-Gm-Message-State: AOAM531ogQq7fIj2vj9w5X199Xqg1ArX/kABuL6YxTZJQ/sF6pSFClU0 2lbY5LD2FsyBPXy2DdjYiQaWEg8Dqg7n6Hf6UI7hzJazeyU= X-Google-Smtp-Source: ABdhPJyduYquf3VycO2lLgoa4y5RRgjcTrfGTO2qVji1OqOCBuhww0feUClyQTMNy1IMP6V4aMU34Z03Na2hF+tbik4= X-Received: by 2002:aca:3b07:: with SMTP id i7mr24756856oia.171.1622710435996; Thu, 03 Jun 2021 01:53:55 -0700 (PDT) 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 References: <11763205.O9o76ZdvQC@iris> In-Reply-To: <11763205.O9o76ZdvQC@iris> From: Adam Carter Date: Thu, 3 Jun 2021 18:53:45 +1000 Message-ID: Subject: Re: [gentoo-user] Issues with Python 3.8? To: Gentoo User Content-Type: multipart/alternative; boundary="0000000000001c687605c3d8b74d" X-Archives-Salt: d087e2bb-d6d4-4a32-a4e7-dcb5eb458c2b X-Archives-Hash: 3e8a56bbd74b05d7360c6ba866ca23e3 --0000000000001c687605c3d8b74d Content-Type: text/plain; charset="UTF-8" On Thu, Jun 3, 2021 at 6:19 PM J. Roeleveld wrote: > All, > > I've got several packages complaining about "PYTHON_TARGETS" missing > "python3_8" You should add --changed-use to your emerge flags and clean any PYTHON_TARGETS cruft out of package.use. On ~arch the default python has just changed from 3.8 to 3.9. You may well find --depclean will remove 3.8 after that. --0000000000001c687605c3d8b74d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Jun 3, 2021 at 6:19 PM J. Roeleveld <joost@antarean.org> wrote:
All,

I've got several packages complaining about "PYTHON_TARGETS" = missing
"python3_8"

You should add --chan= ged-use to your emerge flags and clean any PYTHON_TARGETS cruft out of pack= age.use. On ~arch the default python has just changed from 3.8 to 3.9. You = may well find --depclean will remove 3.8 after that.
--0000000000001c687605c3d8b74d--