From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B86D13881D for ; Sun, 27 Sep 2015 15:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA1321C08C; Sun, 27 Sep 2015 15:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47F3C21C06C for ; Sun, 27 Sep 2015 15:13:05 +0000 (UTC) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 1DDE3340DB5 for ; Sun, 27 Sep 2015 15:13:03 +0000 (UTC) Received: by igxx6 with SMTP id x6so35838408igx.1 for ; Sun, 27 Sep 2015 08:13:01 -0700 (PDT) X-Received: by 10.50.118.67 with SMTP id kk3mr12205226igb.65.1443366781103; Sun, 27 Sep 2015 08:13:01 -0700 (PDT) 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.107.20.85 with HTTP; Sun, 27 Sep 2015 08:12:41 -0700 (PDT) In-Reply-To: <56080616.5090406@gmail.com> References: <56080616.5090406@gmail.com> From: Mike Gilbert Date: Sun, 27 Sep 2015 11:12:41 -0400 Message-ID: Subject: Re: [gentoo-user] dynamic deps, wtf are they exactly To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 2019a90c-8fd2-4c96-ae85-580b9fb15507 X-Archives-Hash: b32ee0fe5d9506b195856fff248f1bb6 On Sun, Sep 27, 2015 at 11:07 AM, Alan McKinnon wrote: > So, my question: wtf are dynamic deps? How do I find the records they > must leave behind in portage? For the latter question, you can rebuild affected packages like so: emerge --with-bdeps=y @changed-deps. You can also add --changed-deps to your emerge command line for world updates.