From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32B5F1381FA for ; Thu, 22 May 2014 02:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B8BE08CA; Thu, 22 May 2014 02:09:17 +0000 (UTC) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9CA2E0856 for ; Thu, 22 May 2014 02:09:16 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id ld10so1970687pab.17 for ; Wed, 21 May 2014 19:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=tIdQCg9xgjp+1yb346j9McAyJVLco4OBeetLZRB/+WU=; b=kGUakqPFYyUQa1sds//utWGhcg+k7XzVsaEc9HBiFZsho3ZVkT9+xO1LfGTJCDeUNT UBmG0DIpdTadZ9FMjdI5hk6C3vfLff6nABEZPk/1tazfa14heI9Ct0U8nnZqvu2poVAE jcSPzPhZYQwOQ4t/C0el+ynFV6xfhGchnTYIbHCNjVGt64OsZrMTFowf7YAlBoMeuOXG 8P+aals1D7UIVbwmv5LF6CwWnndUvz+pQyFLo68S0nzy5kXsZZBweRW7A38xQZU9Z4Hs Ofn4Nv7S/H/ckUsWCVQ6pgNtev9i7wSdV2YWj120PN7UDGH1qsg3gbziARTVJNbN/afg SZCw== X-Received: by 10.68.196.202 with SMTP id io10mr62831787pbc.149.1400724555420; Wed, 21 May 2014 19:09:15 -0700 (PDT) Received: from badass.gateway.2wire.net (adsl-68-123-159-14.dsl.irvnca.pacbell.net. [68.123.159.14]) by mx.google.com with ESMTPSA id av4sm53676960pac.8.2014.05.21.19.09.13 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 21 May 2014 19:09:14 -0700 (PDT) Date: Wed, 21 May 2014 19:10:37 -0700 From: ny6p01@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Use Flags and Updating Message-ID: <20140522021037.GA4074@badass.gateway.2wire.net> References: <006001cf741f$db183a40$9148aec0$@gmail.com> <537B3FE9.8050207@gmail.com> <007001cf7420$4f8a8f90$ee9faeb0$@gmail.com> <537B413D.1090209@gmail.com> <537CAF05.9010805@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: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <537CAF05.9010805@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Archives-Salt: 1a9b90bd-4723-4c7b-bcc2-ef12c11cfb58 X-Archives-Hash: 559fd37371ab031d3754c226cf821459 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 21, 2014 at 04:49:57PM +0300, Alexander Kapshuk wrote: > On 05/20/2014 10:13 PM, Matti Nykyri wrote: > > On May 20, 2014, at 14:49, Alexander Kapshuk > > > wrot= e: > > > >> On 05/20/2014 02:40 PM, Hunter Jozwiak wrote: > >>> > >>> =20 > >>> > >>> =20 > >>> > >>> *From:*Alexander Kapshuk [mailto:alexander.kapshuk@gmail.com] > >>> *Sent:* Tuesday, May 20, 2014 7:44 AM > >>> *To:* gentoo-user@lists.gentoo.org > >>> *Subject:* Re: [gentoo-user] Use Flags and Updating > >>> > >>> =20 > >>> > >>> On 05/20/2014 02:37 PM, Hunter Jozwiak wrote: > >>> > >>> Hi all. How do I get Portage to update all software to use my > >>> new USE flags? I made some modifications to the variable, and I > >>> want to make sure that all packages can use the flags. > >>> > >>> emerge(1) > >>> -N -- --newuse > >>> > >>> Thank you. > >>> > >> No worries. > >> > >> Here's what I usually run when updating the world. > >> Long version: emerge --ask --update --deep --with-bdeps=3Dy --newuse @= world > >> With '--with-bdeps=3Dy' set in the file shown below: > >> grep bdeps /etc/portage/make.conf > >> EMERGE_DEFAULT_OPTS=3D"--with-bdeps=3Dy" > >> > >> Short version: emerge -avuND @world > >> -a [--ask] > >> -v [--verbose] > >> -u [--update] > >> -N [--newuse] > >> -D [--deep] > > > > And how to remember this... Make it a name: > > > > emerge -DuvaN @world > > > > Human mind is a complex organ ;) > > > > --=20 > > -Matti >=20 > I just put this into a shell function. >=20 > sed -n '/chkupd/,/}/p' .bash_profile > chkupd(){ > emerge --sync && emerge -avuND @world > } >=20 I run a script that syncs portage, updates @world, depcleans, revdep-rebuild and finally runs dispatch-conf -- about once weekly. Keeps my system in fine trim. :) --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlN9XJ0ACgkQ2dDpgi2Nkbl8eACgt37A1hGpRJ1SC/gajHDxh5+k 2S4An1udR0SRjMOHtnzQWcodg9Bh7Jcx =Ynul -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--