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 9A77D1382C5 for ; Sun, 21 Jun 2020 16:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 181BDE08B1; Sun, 21 Jun 2020 16:57:59 +0000 (UTC) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (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 8BB6EE089A for ; Sun, 21 Jun 2020 16:57:58 +0000 (UTC) Received: by mail-qk1-f169.google.com with SMTP id f18so13593518qkh.1 for ; Sun, 21 Jun 2020 09:57:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:reply-to:subject:to:cc:mime-version :references:in-reply-to:message-id:content-disposition :content-transfer-encoding; bh=P94676Au4an7qRr3o9wLfGY9uydO38ocm4CLdKB6lbs=; b=Y15zLaf4sTaAE89dXHio0Sgm98/mPY5WbIfeu9j9umCn2YFMubPXD7RFHMrVOm792g jJGGG//MifsxQSC5LaBsdg0jvy/n5F+P7y6UCSFLoASMxWb+QyrRU/u+FbGQymhw9Ms0 KIgIjRh/iN+bvwfPOoQfX/kEnIKqTs4+2bO4j1Y0VFx6rMejdCwS7ILQI3bgsy+yL6S0 GmDYOIQHxF63zNGcekdW5GwpsdZoZ9NgM+n4k0CLi5ph4BAFO0B5mtoeghmM0w1xPu3G /14mGJ7GJbUW/bH4M9iQZ7lIOXdq9pdAgBPYRrrXpvsvbBSHW1N8Q8BI8e8g8A89ZE/W q22w== X-Gm-Message-State: AOAM530G44ZyAWISWy7zj/CPG/sFVpIZHwGZ81NoV16SfW8ok4ymyQnI mljrG1JJz0OeO68lfAMmGEYOWL6CbCA= X-Google-Smtp-Source: ABdhPJyPmV/g/Mq1TbRpEcHwd+buDvmlR1VQlTEhrSKCX31pO72+78yTJ/g3pYNdO8TP5CbnUEWCPA== X-Received: by 2002:a37:8fc5:: with SMTP id r188mr11302984qkd.447.1592758677728; Sun, 21 Jun 2020 09:57:57 -0700 (PDT) Received: from ffortso9 (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id p11sm12009871qtq.75.2020.06.21.09.57.57 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jun 2020 09:57:57 -0700 (PDT) Date: Sun, 21 Jun 2020 12:57:56 -0400 From: Jack Subject: Re: [gentoo-user] circular dependency - please help To: gentoo-user@lists.gentoo.org Cc: 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: <6PD6C6GQ.5SX4GCX7.4SLENMSC@5M4NQKQX.4IAPH2O3.7GSJ2MXE> In-Reply-To: <6PD6C6GQ.5SX4GCX7.4SLENMSC@5M4NQKQX.4IAPH2O3.7GSJ2MXE> X-Mailer: Balsa 2.5.10-65-geb847a2f0 Message-Id: <44KU6GON.2BEEEJTT.2Z5SOZZE@RDENWX4B.QMVEK3LQ.RYLOEGOC> Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7423b973-5b0b-4add-b3e5-b99df010945c X-Archives-Hash: ad7770b9bf704a294216ebda946ba70c On 2020.06.21 06:21, Helmut Jarausch wrote: > Hi, >=20 > I do need python2.7 since I do need media-gfx/gimp. >=20 > Unfortunately, I have masked dev-python/setuptools version >=3D 47.0.0 =20 > too late. > Now I cannot emerge dev-python/setuptools-46.4.0-r1 since this needs > dev-python/pbr which in turn cannot be installed without setuptools =20 > for Python2.7. >=20 > How can I get out of this dilemma? >=20 > Many thanks for a hint, > Helmut gimp can use python2_7 but it does not require it. I have gimp =20 installed with the following USE flags (per eix) alsa jpeg2k mng udev -aalib -aqua -debug -doc -gnome -heif -openexr =20 -postscript -python -test -unwind -vector-icons -webp -wmf -xpm =20 CPU_FLAGS_PPC=3D"-altivec" CPU_FLAGS_X86=3D"mmx sse" =20 PYTHON_SINGLE_TARGET=3D"-python2_7"