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 10:57:46
Message-Id: 4929374E.1030906@googlemail.com
In Reply to: Re: [gentoo-user] --depclean won't work anymore. by Dale
1 Dale schrieb am 23.11.2008 11:31:
2 > Daniel Pielmeier wrote:
3 >>
4 >> I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in
5 >> make.conf.
6 >>
7 >> grep EMERGE_DEFAULT_OPTS /etc/make.conf
8 >> EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner"
9 >>
10 >> From man.make.conf:
11 >>
12 >> EMERGE_DEFAULT_OPTS
13 >>
14 >> Options to append to the end of the emerge(1) command line on every
15 >> invocation. These options will not be appended to the command line if
16 >> --ignore-default-opts is specified.
17 >>
18 >>
19 >
20 > True, right now I have only changed the ls command as far as the alias
21 > thing goes. I'll find some more tho I'm sure.
22 >
23 > I have the same old make.conf I had from my original install about 5
24 > years ago. I used to have a make.conf.example but it seems to have been
25 > moved to /usr/share/portage/config which is odd. I put a link to /etc
26 > so I don't feel so lost. Anyway, I wonder what affect that would have
27 > on say a emerge -C <package-name>? Would there be any other gotchas
28 > when adding that would not be a good idea? Would portage just ignore it
29 > during certain commands? As far as updates, I would like it to add that
30 > but not sure what other affects that may have.
31 >
32 > Your thoughts?
33
34 I think I got the information about --with-bdeps from here [1], so this
35 is all the information I have.
36 Also I am still on stable portage, while I guess you are not (as
37 /etc/make.conf.example is still in place), so I don't know if there has
38 anything changed in the meantime regarding this option.
39
40 [1] http://www.gentoo.org/proj/en/portage/doc/faq.xml

Attachments

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

Replies

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