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 1NBGpI-0004Wc-70 for garchives@archives.gentoo.org; Thu, 19 Nov 2009 23:54:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 188B4E0D18; Thu, 19 Nov 2009 23:53:47 +0000 (UTC) Received: from mail-pw0-f47.google.com (mail-pw0-f47.google.com [209.85.160.47]) by pigeon.gentoo.org (Postfix) with ESMTP id BE352E0D18 for ; Thu, 19 Nov 2009 23:53:47 +0000 (UTC) Received: by pwi9 with SMTP id 9so1924496pwi.26 for ; Thu, 19 Nov 2009 15:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=VQWH8dR0F1a/5SW2AToundJlrJowvbfY/nZ5PJyixM4=; b=lk5w4fbJ58pe0t+vcWnM+E3QZGqZr6Gl8XeyanGMHtlZyzlRiSh+WzIBFpVnzLNCsp w43K/LmAFJDv/jsQJe/zrK/fpa72Uq1nWtMouKhUmQ8ZegcIIkyxdk++uyOkh7A7cfUK 902WmfH2CiTfAjQsKjyi9oJy4+8O5dOOI0xpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=acBnVuOXrod6UVdlmLdjR3g7eYskopvlH3sP4j6DSAQ3Bw0u87/m104V0TrMlTjRoD 88Xn3SIb2eWH7ycQ9WcZR2wmrm0jCCy1jdRgpp0+hvn4XPVoPkJ8irKmd91btzgwnAS6 Ze1pbv/xRwzWtwa3zP7linrO8si+h0t0j+YX8= 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.143.20.38 with SMTP id x38mr69726wfi.233.1258674826859; Thu, 19 Nov 2009 15:53:46 -0800 (PST) Date: Thu, 19 Nov 2009 16:53:46 -0700 Message-ID: Subject: Re: [gentoo-user] how to get emerge --depclean to skip a pkg? --RESOLVED From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 601d918d-c2bc-4dd1-8e5e-32a0432d9402 X-Archives-Hash: 506c6031836a30f7b5438743e1eb1203 On 11/19/09, Cr=EDstian Viana wrote: > I think --noreplace should do it, but if it didn't, try adding this ebuil= d > name to /var/lib/portage/world: > > =3Dsys-kernel/gentoo-sources-2.6.30-r7 Yes, that did it. Thanks. using --noreplace or --deselect has the effect of focusing on the one package but only because that pkg *alone* will be removed, the opposite of what I trying to do. mw