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 A50BD138E20 for ; Thu, 20 Feb 2014 13:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF1CCE0BB7; Thu, 20 Feb 2014 13:04:38 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF66EE0B6D for ; Thu, 20 Feb 2014 13:04:37 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id f8so1757487wiw.15 for ; Thu, 20 Feb 2014 05:04:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=hL3xsIIUEhKVtywbbSaT1Nb5lbQ2yo0o1PGX9WanC4U=; b=azemxBLuBXFjDrW5NGk55jIkTLBm7xQ/nPb81lnF8bni50xn+xBS3D1qy4CNyUkuQm C5eW7XoQAZDBR+3SlpHpOFV3UjRJzdF87awWfB7qZO48erkzv20E6x/7ZXrkSv7ghLem 7S3FComfqx712QAEcHCl3XX9/+hbJ9cP3J+Ef4XWGTooo87nd3/iWFNZAsCjJXJT6AVh AoFWVPRCGZQoVk7yR/cF21vn5UmyoysA7o8vpx0/E1l6aujKsZeAHWOcOIvUZCrQzw5K 6Tv9YHpnyrZvFz/BKM2BAHp8JifBIQ85idVOcXhUcz/X8eQUkgy3zLAT4Z49pMP4sU0U tCyg== 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 X-Received: by 10.180.205.204 with SMTP id li12mr2440370wic.34.1392901471086; Thu, 20 Feb 2014 05:04:31 -0800 (PST) Received: by 10.180.211.231 with HTTP; Thu, 20 Feb 2014 05:04:31 -0800 (PST) In-Reply-To: <1392899886.30278.0@numa-i.igpm.rwth-aachen.de> References: <1392899886.30278.0@numa-i.igpm.rwth-aachen.de> Date: Thu, 20 Feb 2014 14:04:31 +0100 Message-ID: Subject: Re: [gentoo-user] emerge all packages which depend on P : how to From: =?ISO-8859-1?Q?Randolph_Maa=DFen?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ebfa6224-048d-4deb-b4df-d79ff24e73f8 X-Archives-Hash: 1cdaa6c52336890e2859ee9f2357c187 2014-02-20 13:38 GMT+01:00 Helmut Jarausch : > Hi, > > I have a very simple question. How to emerge (update) all packages which > depend on some > given package P. > > I've tried > > emerge -uv1 `equery -q d P` > > or emerge -uv1 `qdepends -q -Q P` > > but both commands (equery and qdepends) generate a list with the version > attached like > app-editors/kile-2.1.3 > which emerge doesn't like (unless there is an '=3D in front of each name) > > Is there an easy way to do so without resorting to shell/python scripting= ? > > Many thanks for a hint, > Helmut > Hi, I just had a look on eix and figured out that "eix --deps -# -I P" lists all packages in short for that are installed and have P in their dependency variables plus the package itself. Hope to help --=20 Mit freundlichen Gr=FC=DFen / Best regards Randolph Maa=DFen