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 2F42B13862D for ; Wed, 23 Jan 2013 19:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77CCF21C05B; Wed, 23 Jan 2013 19:52:44 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D93F0E06C8 for ; Wed, 23 Jan 2013 19:52:42 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6BFEA2238F for ; Wed, 23 Jan 2013 14:52:42 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Wed, 23 Jan 2013 14:52:42 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=binarywings.net; h=message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; s=mesmtp; bh=1Wc5sbsUWiGiY8ZoejjWcEir kuc=; b=cLy6iJk0dnv7oZr09ls/hbcXR1Bj1Dsdi+eATorbWoxrxzeXgE89Xqh2 jXFImeAQJJ2qqxxO3ETjchxTX7Kf31oeGeY6T1gRLRq7qkLoNagZGp3JyQU4leWW 6hNK0u8nQbdxW8nbMxQgG9bSd6oV7V8IbX1Pd6GJhHlGSSgF+1g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type; s=smtpout; bh=1Wc5 sbsUWiGiY8ZoejjWcEirkuc=; b=D22j/C1lWytCvQRI8Nnna31+5oJmmQRrl6mP GGc3L7R90DUMoHlFTCug3V8LkxYe/u0dzXBvjuRzmKxglmth+8ZZ6bw5Ws1CDcTP TpdHI2EgXOlej+i0akfnT5k4I9+UAK2UZbYIWdTJYipyI7OtFIkVQvnfIIDoRFDD GJRK1Rg= X-Sasl-enc: QzLwnEBIQJmV9EyZXrA31j13R9/x4t4uG90IhTLajaSe 1358970761 Received: from [192.168.5.18] (unknown [83.169.5.6]) by mail.messagingengine.com (Postfix) with ESMTPA id B32CB4827C2 for ; Wed, 23 Jan 2013 14:52:41 -0500 (EST) Message-ID: <51003F83.3030702@binarywings.net> Date: Wed, 23 Jan 2013 20:52:35 +0100 From: Florian Philipp User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121130 Thunderbird/10.0.11 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How can I update *every* ebuild? References: <51003E73.2080201@gmail.com> In-Reply-To: <51003E73.2080201@gmail.com> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig719D0C107467EDF724A34E92" X-Archives-Salt: 30cde338-e553-421d-af94-5d75bef12630 X-Archives-Hash: a4f2cdbf4799ac7e6d6738250c83d49a This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig719D0C107467EDF724A34E92 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am 23.01.2013 20:48, schrieb Jarry: > Hi Gentoo-users, > I always thought the right way to update everything was: >=20 > emerge --update --deep --newuse world > emerge --update --deep --newuse system >=20 > When I try the above mentioned, nothing to update is found. > Yet when I try i.e. "emerge --pretend nasm", I see: >=20 > [ebuild U ] dev-lang/nasm-2.10.05 [2.10.01] >=20 > So there is apparently update for dev-lang/nasm, yet it was > not pulled when I tried to update the "world" or "system". > And who knows for how many other ebuilds there is update > available... >=20 > So how can I update really *every* ebuild? >=20 > Jarry >=20 That's because nasm is only a build-dependency. Portage will update it when it is required for building the next time. Use "--with-bdeps y" to change that. Regards, Florian Philipp --------------enig719D0C107467EDF724A34E92 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlEAP4cACgkQqs4uOUlOuU+GfwCbBXN5O+gUZ2t1RHhuPsDL08Fz QckAn1xbut4bK9ITurk4nYRHHZFaboqa =C9dG -----END PGP SIGNATURE----- --------------enig719D0C107467EDF724A34E92--