Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] --depclean won't work anymore.
Date: Sun, 23 Nov 2008 09:58:33
Message-Id: 49292966.7000507@googlemail.com
In Reply to: Re: [gentoo-user] --depclean won't work anymore. by Dale
1 Dale schrieb am 23.11.2008 10:06:
2 > Alan McKinnon wrote:
3 >> On Sunday 23 November 2008 06:23:41 Dale wrote:
4 >>
5 >>> I guess we need to add that option to make sure we are REALLY up to
6 >>> date. Isn't there a way to tell a command to add options without typing
7 >>> it in each time? Not just portage but any command. It may work well
8 >>> for this. Than again, that may mess up a -C command. o_O
9 >>>
10 >> Define an alias in your profile to get that
11 >>
12 >>
13 >
14 > Cool. It works best here: /etc/bash/bashrc About line 68 on my file.
15 > Looks like a script but it seems to work.
16 >
17 > I hope I don't bork my system playing with this. LOL
18
19 I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in
20 make.conf.
21
22 grep EMERGE_DEFAULT_OPTS /etc/make.conf
23 EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner"
24
25 From man.make.conf:
26
27 EMERGE_DEFAULT_OPTS
28
29 Options to append to the end of the emerge(1) command line on every
30 invocation. These options will not be appended to the command line if
31 --ignore-default-opts is specified.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] --depclean won't work anymore. Dale <rdalek1967@×××××.com>