From: ny6p01@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Use Flags and Updating
Date: Wed, 21 May 2014 19:10:37 -0700 [thread overview]
Message-ID: <20140522021037.GA4074@badass.gateway.2wire.net> (raw)
In-Reply-To: <537CAF05.9010805@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]
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
> > <alexander.kapshuk@gmail.com <mailto: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
> }
>
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. :)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2014-05-22 2:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 11:37 [gentoo-user] Use Flags and Updating Hunter Jozwiak
2014-05-20 11:43 ` Alexander Kapshuk
2014-05-20 11:40 ` Hunter Jozwiak
2014-05-20 11:49 ` Alexander Kapshuk
2014-05-20 19:13 ` Matti Nykyri
2014-05-21 13:49 ` Alexander Kapshuk
2014-05-22 2:10 ` ny6p01 [this message]
2014-05-22 3:11 ` Rich Freeman
2014-05-22 7:54 ` Marc Joliet
2014-05-23 9:22 ` Rich Freeman
2014-06-06 10:44 ` Rich Freeman
2014-06-06 23:45 ` Alan McKinnon
2014-05-22 9:37 ` Neil Bothwick
2014-05-22 12:00 ` J. Roeleveld
2014-05-20 20:56 ` yac
2014-05-21 13:55 ` Alexander Kapshuk
2014-05-21 16:37 ` Francesco Turco
2014-05-20 11:47 ` Stephan Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140522021037.GA4074@badass.gateway.2wire.net \
--to=ny6p01@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox