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 1S10BY-0001X7-OB for garchives@archives.gentoo.org; Fri, 24 Feb 2012 18:48:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4142BE107A; Fri, 24 Feb 2012 18:47:55 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B9B8E0FED for ; Fri, 24 Feb 2012 18:47:23 +0000 (UTC) Received: by ghrr17 with SMTP id r17so1528626ghr.40 for ; Fri, 24 Feb 2012 10:47:22 -0800 (PST) Received-SPF: pass (google.com: domain of kentfredric@gmail.com designates 10.50.214.36 as permitted sender) client-ip=10.50.214.36; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kentfredric@gmail.com designates 10.50.214.36 as permitted sender) smtp.mail=kentfredric@gmail.com; dkim=pass header.i=kentfredric@gmail.com Received: from mr.google.com ([10.50.214.36]) by 10.50.214.36 with SMTP id nx4mr5099851igc.2.1330109242695 (num_hops = 1); Fri, 24 Feb 2012 10:47:22 -0800 (PST) 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=HlyN8XX/eTfKjEEBRgeGf6B/RaGYLV7eP6CZuFNYZLY=; b=OzxcurJs0J/ciPoed3K9UwN0pIZkEaj9tNGVEJg0vsaGOqIBvlCM5xy6gYAibT4MjH HRuKAINicV8v1o6/TZBEHS/9SS4HFcFv+zd1ly4CwE/jw2Qz0kXG4zHgPleGNQwSndjE bDREW/BAVMxTfN4BSNSsVvGFsR3riR7EJc6IM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.50.214.36 with SMTP id nx4mr3967353igc.2.1330109242620; Fri, 24 Feb 2012 10:47:22 -0800 (PST) Received: by 10.42.97.9 with HTTP; Fri, 24 Feb 2012 10:47:22 -0800 (PST) In-Reply-To: <4F47CF5C.4070508@gentoo.org> References: <4F47CF5C.4070508@gentoo.org> Date: Sat, 25 Feb 2012 07:47:22 +1300 Message-ID: Subject: Re: [gentoo-dev] preserve_old_lib and I'm even more lazy From: Kent Fredric To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6317d399-c162-4956-bfa5-641d0125d466 X-Archives-Hash: 3fad55eeda1bdc930be1380601a1b3fa > # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0rm '/usr/lib/libv8.so.3.9.4' Might even be worth patching revdep-rebuild: revdep-rebuild --library /usr/lib/libv8.so.3.9.4 --autoclean --=20 Kent