From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzWKp-00013V-Lg for garchives@archives.gentoo.org; Fri, 02 Sep 2011 16:11:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA5C21C184; Fri, 2 Sep 2011 16:11:00 +0000 (UTC) Received: from mail-qw0-f48.google.com (mail-qw0-f48.google.com [209.85.216.48]) by pigeon.gentoo.org (Postfix) with ESMTP id 5488621C0C1 for ; Fri, 2 Sep 2011 16:09:59 +0000 (UTC) Received: by qwj9 with SMTP id 9so2219448qwj.21 for ; Fri, 02 Sep 2011 09:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=COhyTy8c46BxnHpb0bAvZjcRYMGBglwPgtnRqJyeNyE=; b=tDtiwBT4DUUkSnxlp6qOZC8WoqV1AhZBpkULbgYqagJvxk4gRe4O0bMwiFJVZ+vCW2 dMElZVOvGOmbqs4mgC8uM+BO/mzeuMJqm//Cagtkp+tzCul8fVpviX7zT1VXlrCDPHA0 wVMElb0l2JI6iMHECzG81RwWBEQqpisldyHig= 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 MIME-Version: 1.0 Received: by 10.224.210.74 with SMTP id gj10mr805216qab.312.1314979798405; Fri, 02 Sep 2011 09:09:58 -0700 (PDT) Received: by 10.224.80.145 with HTTP; Fri, 2 Sep 2011 09:09:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Sep 2011 09:09:58 -0700 Message-ID: Subject: Re: [gentoo-user] Re: equery depends =dev-lang/python-2.6.6-r2 From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0837501051c5b6123f138679df4d339f On Fri, Sep 2, 2011 at 8:59 AM, James wrote: > James tampabay.rr.com> writes: > > >> It is time to remove >> dev-lang/python-2.6.6-r2 > > emerge --depclean -pv =3Ddev-lang/python-2.6.6-r2 > >>>> Calculating removal order... > >>>> These are the packages that would be unmerged: > > =C2=A0dev-lang/python > =C2=A0 =C2=A0selected: 2.6.6-r2 > =C2=A0 protected: none > =C2=A0 =C2=A0 omitted: 2.7.1-r1 3.1.3-r1 > > All selected packages: dev-lang/python-2.6.6-r2 > Packages installed: =C2=A0 1289 > Packages in world: =C2=A0 =C2=A0101 > Packages in system: =C2=A0 45 > Required packages: =C2=A0 =C2=A01287 > Number to remove: =C2=A0 =C2=A0 1 > > > CAN I TRUST this syntax to test for packages to remove? > > > James > I believe you can trust it, but why use --depclean instead of just -C? Prior to doing anything please ensure that you have eselect python setup correctly for a python-2.7 package that's on the machine. HTH, Mark