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 4D21B1381FA for ; Wed, 21 May 2014 13:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D52E098A; Wed, 21 May 2014 13:47:13 +0000 (UTC) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F1D8E0966 for ; Wed, 21 May 2014 13:47:12 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id hr17so1619744lab.17 for ; Wed, 21 May 2014 06:47:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=PgyatLG2+MwZJSYWvif1e/bIqUa1monRfKxRgdCEhtk=; b=e/1LCoVaia8IFXel1Onz+Wg4EerVVB4A7YAdmz0lq4IbyBLs4A0ozBTi7E6dDAM+8k 6pwToS1rDbxJZ6/RTC1nSgY2+sbNHBSRPw/o6PSw1hSS7xDh7cqgHVv36JPUtryEAh5a Um+xrf7T0EvmMhgNSE41JGynELCOPvUeNtyGvhyyclz4cbN7sFgvftrdmc6KzLkXWv+X eHqaNIxpMhUwVI5YB3vZ869MKNfSsILYFLNyd85wmV8uH1OW2WpL7p+1uhrok0zYEIvm wxjdzMlXK9R6dfsZNb/KplUShaRNLpb0G1R9yKafD/TMXd+Z6Ve2UgyN3IoRC02MhBzt ppZA== X-Received: by 10.112.13.35 with SMTP id e3mr30771025lbc.44.1400680030975; Wed, 21 May 2014 06:47:10 -0700 (PDT) Received: from [192.168.1.2] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id bx3sm1855753lbd.20.2014.05.21.06.47.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 May 2014 06:47:10 -0700 (PDT) Message-ID: <537CAF05.9010805@gmail.com> Date: Wed, 21 May 2014 16:49:57 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 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] Use Flags and Updating References: <006001cf741f$db183a40$9148aec0$@gmail.com> <537B3FE9.8050207@gmail.com> <007001cf7420$4f8a8f90$ee9faeb0$@gmail.com> <537B413D.1090209@gmail.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------040705070808030603060606" X-Archives-Salt: a005586d-5872-433e-b118-9853ce3714cd X-Archives-Hash: 372dbfb3726cacaece6e43c26c16991c This is a multi-part message in MIME format. --------------040705070808030603060606 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/20/2014 10:13 PM, Matti Nykyri wrote: > On May 20, 2014, at 14:49, Alexander Kapshuk > > wrote: > >> On 05/20/2014 02:40 PM, Hunter Jozwiak wrote: >>> >>> >>> >>> >>> >>> *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 >>> >>> >>> >>> 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=y --newuse @world >> With '--with-bdeps=y' set in the file shown below: >> grep bdeps /etc/portage/make.conf >> EMERGE_DEFAULT_OPTS="--with-bdeps=y" >> >> 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 ;) > > -- > -Matti I just put this into a shell function. sed -n '/chkupd/,/}/p' .bash_profile chkupd(){ emerge --sync && emerge -avuND @world } --------------040705070808030603060606 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 05/20/2014 10:13 PM, Matti Nykyri wrote:
On May 20, 2014, at 14:49, Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:

On 05/20/2014 02:40 PM, Hunter Jozwiak wrote:

 

 

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

 

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=y --newuse @world
With '--with-bdeps=y' set in the file shown below:
grep bdeps /etc/portage/make.conf
EMERGE_DEFAULT_OPTS="--with-bdeps=y"

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 ;)

-- 
-Matti

I just put this into a shell function.

sed -n '/chkupd/,/}/p' .bash_profile
chkupd(){
    emerge --sync && emerge -avuND @world
}

--------------040705070808030603060606--