Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] --depclean won't work anymore.
Date: Sun, 23 Nov 2008 10:31:36
Message-Id: 492930F6.1020308@gmail.com
In Reply to: Re: [gentoo-user] --depclean won't work anymore. by Daniel Pielmeier
1 Daniel Pielmeier wrote:
2 > Dale schrieb am 23.11.2008 10:06:
3 >
4 >> Alan McKinnon wrote:
5 >>
6 >>> On Sunday 23 November 2008 06:23:41 Dale wrote:
7 >>>
8 >>>
9 >>>> I guess we need to add that option to make sure we are REALLY up to
10 >>>> date. Isn't there a way to tell a command to add options without typing
11 >>>> it in each time? Not just portage but any command. It may work well
12 >>>> for this. Than again, that may mess up a -C command. o_O
13 >>>>
14 >>>>
15 >>> Define an alias in your profile to get that
16 >>>
17 >>>
18 >>>
19 >> Cool. It works best here: /etc/bash/bashrc About line 68 on my file.
20 >> Looks like a script but it seems to work.
21 >>
22 >> I hope I don't bork my system playing with this. LOL
23 >>
24 >
25 > I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in
26 > make.conf.
27 >
28 > grep EMERGE_DEFAULT_OPTS /etc/make.conf
29 > EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner"
30 >
31 > From man.make.conf:
32 >
33 > EMERGE_DEFAULT_OPTS
34 >
35 > Options to append to the end of the emerge(1) command line on every
36 > invocation. These options will not be appended to the command line if
37 > --ignore-default-opts is specified.
38 >
39 >
40
41 True, right now I have only changed the ls command as far as the alias
42 thing goes. I'll find some more tho I'm sure.
43
44 I have the same old make.conf I had from my original install about 5
45 years ago. I used to have a make.conf.example but it seems to have been
46 moved to /usr/share/portage/config which is odd. I put a link to /etc
47 so I don't feel so lost. Anyway, I wonder what affect that would have
48 on say a emerge -C <package-name>? Would there be any other gotchas
49 when adding that would not be a good idea? Would portage just ignore it
50 during certain commands? As far as updates, I would like it to add that
51 but not sure what other affects that may have.
52
53 Your thoughts?
54
55 Dale
56
57 :-) :-)

Replies

Subject Author
Re: [gentoo-user] --depclean won't work anymore. Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
Re: [gentoo-user] --depclean won't work anymore. Neil Bothwick <neil@××××××××××.uk>