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 1OhISc-0005Ty-QF for garchives@archives.gentoo.org; Fri, 06 Aug 2010 08:39:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E0BE065A; Fri, 6 Aug 2010 08:38:21 +0000 (UTC) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BF702E065A for ; Fri, 6 Aug 2010 08:38:20 +0000 (UTC) Received: by ewy19 with SMTP id 19so3329762ewy.40 for ; Fri, 06 Aug 2010 01:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Wsv4tSad1eCyn3zGZrqhCwNFsrA+ojynDIosPcFlk2U=; b=u+wcmcgZiLWMzdPyuvApgOCA48gIRUskfxRgKXV+kCl7NxAr2G7OhxGqTcrx9vZx4j n9dMc9ldPK7RvnzfKCgar4o5wZ0AQyZEH90UM+MzXhFiIalOeFNFWoXObyJ0bjVseu0s jRQ33vl6+oK70MpaZqHAw5ADs7qjVlHJ3i7Ss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=iurSU1EziQD976KcRSWa5xs5vz9GrVze7+BtYgsI9nwWIbwNOvWx3hlYziWD3TZ5qH f1hTiTCjXxs+LLq3HDgGY0IlZdgstvE7REwXKM5M27pjrBK8xuj8JPeYaFci7xqs+/sa mglgMZ7TQNgEBzonL+ytgmCvKZ6j1wvujEPtA= Received: by 10.213.22.201 with SMTP id o9mr8512357ebb.71.1281083900140; Fri, 06 Aug 2010 01:38:20 -0700 (PDT) Received: from nazgul.localnet (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id u9sm1849937eeh.23.2010.08.06.01.38.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Aug 2010 01:38:18 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages... Date: Fri, 6 Aug 2010 10:35:21 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-ck-r1; KDE/4.4.5; x86_64; ; ) Cc: Jarry References: <4C5AEC2A.5090102@gmail.com> <201008060841.23303.alan.mckinnon@gmail.com> <4C5BB780.50103@gmail.com> In-Reply-To: <4C5BB780.50103@gmail.com> 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 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008061035.21969.alan.mckinnon@gmail.com> X-Archives-Salt: bb21a01a-e4bb-439d-b6fd-36827ac1ed77 X-Archives-Hash: a6a42de63b22e3d9169c9eabb4c0773c On Friday 06 August 2010 09:19:28 Jarry wrote: > On 6. 8. 2010 8:41, Alan McKinnon wrote: > > On Thursday 05 August 2010 18:51:54 Jarry wrote: > >> # emerge --pretend --update glib > >> These are the packages that would be merged, in order: > >> Calculating dependencies... done! > >> [ebuild N ] app-text/build-docbook-catalog-1.4 > >> [ebuild N ] app-arch/unzip-6.0-r1 USE="bzip2 unicode" > >> [ebuild N ] app-text/sgml-common-0.6.3-r5 > >> [ebuild N ] dev-libs/libgpg-error-1.7 USE="nls -common-lisp" > >> [ebuild N ] app-text/docbook-xsl-stylesheets-1.75.2 > >> [ebuild N ] dev-libs/libgcrypt-1.4.5 > >> [ebuild N ] dev-libs/libxslt-1.1.26 USE="crypt python -debug" > >> [ebuild N ] app-text/docbook-xml-dtd-4.3-r1 > >> [ebuild N ] dev-util/gtk-doc-am-1.15 > >> [ebuild U ] dev-libs/glib-2.24.1-r1 [2.22.5] > > > > You have enabled USE=doc" > > I do not have this USE-flag enabled. And I am sure I did not > change USE for long time so I do not understand why suddenly > so many packages want to be installed... Looks like it is enabled but you are not aware of it. From the ebuild: DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.16 >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.11 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gtk-doc-1.11 ~app-text/docbook-xml-dtd-4.1.2 )" > > > unzip, libgpg-error and libgcrypt look like routine updates > > I do not think so. If they were just updates, they should be > marked as "[ebuild U]"... unzip is probably being pulled in from sgml-common the gpg stuff is coming from dev-libs/libxslt-1.1.26 USE="crypt python - debug" So it's all perfectly legit. emerge with -t is your friend in such cases. -- alan dot mckinnon at gmail dot com