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 72C241382C5 for ; Thu, 4 Jun 2020 21:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33275E08C8; Thu, 4 Jun 2020 21:24:47 +0000 (UTC) Received: from mail-40135.protonmail.ch (mail-40135.protonmail.ch [185.70.40.135]) (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 C1061E0893 for ; Thu, 4 Jun 2020 21:24:46 +0000 (UTC) Date: Thu, 04 Jun 2020 21:24:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1591305884; bh=nvKyDBg1yokxNQ8v3LiAdsomrNMOAVCiPIJ9gZsEvZ4=; h=Date:To:From:Reply-To:Subject:From; b=ULNzBSNqsdZCZQx8kJLmLXndVqfnh2yn4v0c2TZzji+5xYXvWkLnCLqgWzKCHAWvG Nw+88SXii+BtOiD1jHO77ncRy5RUB+6CzvKsIac2engS7F7Zj+3pdDNsTVWVtOX46j ZHXkKzO+VH6BBLWgBPptvp52cRCS929OLuJrxn8k= To: Gentoo From: Caveman Al Toraboran Subject: [gentoo-user] docutils needing py2.7, but not wanting py2.7? Message-ID: <9Usm88eqy3D9JHfxc7jLZUr6gPAgf24jqbaUj6WlOAZapyYJnGgcYqsTIQr0i4oGOwgFda1zUPs_vWQLax658WrRt627ytwvXqV5npEBwSw=@protonmail.com> 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Archives-Salt: 1fbfd559-ec8a-478e-a4b3-dbbdab23b7a8 X-Archives-Hash: 35848dcad5ce1861083c390861efce7a if i exec: "emerge -avDuNt --quiet-build=3Dy @world": > These are the packages that would be merged, in reverse order: > > Calculating dependencies... done! > > The following USE changes are necessary to proceed: > (see "package.use" in the portage(5) man page for more details) > # > >=3Ddev-python/docutils-0.16 -python_targets_python2_7 > > Would you like to add these changes to your config files? [Yes/No] so >=3Ddev-python/docutils-0.16 doesn't want python_targets_python2_7. let's remove it then by adding: >=3Ddev-python/docutils-0.16 -python_targets_python2_7 into: /etc/portage/package.use/stuff but then i get this: > The following USE changes are necessary to proceed: > (see "package.use" in the portage(5) man page for more details) > # required by dev-python/m2r-0.2.1::gentoo[-test] > # required by dev-python/automat-20.2.0::gentoo > # required by dev-python/twisted-20.3.0::gentoo > # required by www-servers/tornado-6.0.4::gentoo > # required by dev-python/ipykernel-5.1.4::gentoo[-test] > # required by dev-python/ipyparallel-6.2.3::gentoo > # required by dev-python/ipython-7.5.0::gentoo[smp] > # required by @selected > # required by @world (argument) > >=3Ddev-python/docutils-0.16 python_targets_python2_7 > > Would you like to add these changes to your config files? [Yes/No] which i guess means that docutils wants py2.7. any idea how to handle this situation?