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 098E01382C5 for ; Thu, 11 Jun 2020 20:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2AFBE0878; Thu, 11 Jun 2020 20:35:31 +0000 (UTC) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) (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 5BD67E0831 for ; Thu, 11 Jun 2020 20:35:31 +0000 (UTC) Received: by mail-ed1-f51.google.com with SMTP id w7so4894770edt.1 for ; Thu, 11 Jun 2020 13:35:31 -0700 (PDT) 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=2NDyxTpBPrvOc9NTI+FuIPBqB1l3Du7IHrcj8T9Tmas=; b=BNh62v+w0Bqsey/FdLItPmEZedY8prAgrDwheiYcsVuwVb06f+Q3wA3X2s12P1eS4g GCJRiKQk7sY1SaxNuvcA6B0weAUtc61B569CwPEF/PWAjgAXG9+wn23kvlTycIWOEPif SUd3aGyn5CPxE1iQoiIknQJ54RxyrZdDhaloHMbg4l/aA/aiMb3SCUOv91D7aqfXDrYW u1/9AV7k15MBxHGafA6hoBgM0ldMhVuZc3tXq//ZH7JwGl7KbeGQQzxSTsVQCx8XHxJy BBgDwK+2lEFi014GZDVg2BHy4LLqwJYqIR7x6j/5hzUIhdON4pqKDuEObwuOKKMmWsjS qV2A== X-Gm-Message-State: AOAM532VYgoA2oJqtAu/hPoHO5TZl5tDzkyU2ndnMEutXxF927fB/kkg yR0C5LDZ755ebSRq4ZOAZoAitGPjvhW7GONba+dkmXnihvE= X-Google-Smtp-Source: ABdhPJy7Jv12f6V+c2DikMyAPCgKhQtZTit6hme+i+yjPaBWVzKU66WwOFXWpmZ20i/wxucFFGUIpSwOyzVTB0PCkko= X-Received: by 2002:a50:cd17:: with SMTP id z23mr8409199edi.326.1591907729934; Thu, 11 Jun 2020 13:35:29 -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: <9ed9c401-7066-9c6d-8ce4-2ee94a1b903e@web.de> <20200611091031.770b9102@digimed.co.uk> <53e40310-7ee0-a3a1-d500-ed0b81c10bf4@web.de> In-Reply-To: <53e40310-7ee0-a3a1-d500-ed0b81c10bf4@web.de> From: Rich Freeman Date: Thu, 11 Jun 2020 16:35:19 -0400 Message-ID: Subject: Re: [gentoo-user] "masked by: EAPI 7" trying up update "portage" - how to proceed To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 6a97ae4b-5e25-4a87-88c1-9ffefea5db11 X-Archives-Hash: 38762c0b2157387a29346696fa8014e5 On Thu, Jun 11, 2020 at 4:28 PM n952162 wrote: > > On 2020-06-11 22:01, Rich Freeman wrote: > > Try: > > USE="python_targets_python3_6 -python_targets_python3_7 -rsync-verify" > > emerge -p1v =sys-apps/portage-2.3.99-r2 > > > > Sorry, try again. > > * IMPORTANT: 2 config files in '/etc/portage' need updating. > > These are the packages that would be merged, in order: > > Calculating dependencies * See the CONFIGURATION FILES and > CONFIGURATION FILES UPDATE TOOLS > * sections of the emerge man page to learn how to update config files. > .... . ... done! > [ebuild U ] sys-apps/portage-2.3.99-r2::gentoo [2.3.13-r1::gentoo] > USE="(ipc) native-extensions xattr -apidoc% -build -doc -gentoo-dev% > -rsync-verify% (-selinux) (-epydoc%)" PYTHON_TARGETS="python3_6* > (-pypy3) -python3_7% (-python3_8) (-pypy%) (-python2_7%*) (-python3_4%) > (-python3_5%*)" 1028 KiB > [blocks B ] (" You're actually pretty close. I think this will work: USE="python_targets_python3_6 -python_targets_python3_7 -rsync-verify" emerge -p1v =sys-apps/portage-2.3.99-r2 app-portage/gentoolkit -- Rich