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 880641382C5 for ; Sat, 27 Feb 2021 13:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E3CE0931; Sat, 27 Feb 2021 13:18:02 +0000 (UTC) Received: from www69.your-server.de (www69.your-server.de [213.133.104.69]) (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 431F3E091C for ; Sat, 27 Feb 2021 13:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=konstantinhansen.de; s=default1908; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To: Subject:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=JHJYpPxNjfllh9hMsDr7tQXk5JfV4nX2AY9VfCuu+K0=; b=AWJuEF2wjtVe6eja8HGZTh+kav xH/23voY9iG7hNRZ3iaXJE70SxKiOPUVW9xz/v47LiImbO4UnRmb+ZUaOKbz9MrK4Je7errRTuEus o2YylvHggl2auVC9RN/zafF1oh8XhMZRI3vdwh2c2YQi4yu6AkmZ/1FRSKyw+XuKxPf5r6osbD7ub JBEnN3YHYmo5Npci1xsotKHWMKD0ZuNUb7mR1/DNAJTalm9Gc4kTGcL2ixNSYzS4cTYfjV0jQjH1T yN7NhDWpsdKOIYggHujG9S+txVEoFbzEWWSjuhcPm+JyLgxalA1Jywd9fvaYKaDHLtjS7oPrTT8K/ u8ZitFnw==; Received: from p579b92ed.dip0.t-ipconnect.de ([87.155.146.237] helo=[192.168.178.44]) by www69.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1lFzTs-000FOc-Kk for gentoo-user@lists.gentoo.org; Sat, 27 Feb 2021 14:18:00 +0100 Subject: Re: [gentoo-user] Determine why Python 2.7 is still installed? To: gentoo-user@lists.gentoo.org References: From: hitachi303 Message-ID: <99f64762-33a8-34a5-9362-9058b741dd6c@konstantinhansen.de> Date: Sat, 27 Feb 2021 14:18:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: gentoo-user@konstantinhansen.de X-Virus-Scanned: Clear (ClamAV 0.102.4/26093/Sat Feb 27 13:05:31 2021) X-Archives-Salt: 53b836ab-bbe5-4627-88b6-686577f77a6c X-Archives-Hash: 7777635de89bc5fc44c561879ce42a3b Am 27.02.2021 um 14:08 schrieb Grant Edwards: > On one of my Gentoo machines Python 2.7 has not been removed by > deplcean as it has on others, and I've been unable to determine > why. It's not in the world file, and 'equery d python' doesn't show > anything depending on 2.7. I have no python targets specified in > make.conf nor in any package use flag settings. > > How do you determine why portage thinks a certain slot of a package > is required? None of the documentation I an find on portage discusses > finding packages dependent on particular slots. Have you tried #emerge -av --depclean = ?