Gentoo Archives: gentoo-dev

From: Taras <taras.glek@××××.com>
To: gentoo-dev@g.o
Subject: RE: [gentoo-dev] USE settings for specific apps
Date: Mon, 26 Nov 2001 21:10:25
Message-Id: 1006891569.8000.0.camel@vaio
In Reply to: RE: [gentoo-dev] USE settings for specific apps by Sean Mitchell
1 On Mon, 2001-11-26 at 08:21, Sean Mitchell wrote:
2 >
3 > > > For my money I think that a command line switch to emerge/ebuild to
4 > > > turn certain USE variables on or off would be better. The idea that
5 > > > a user ALWAYS or NEVER wants to use a particular thing seems a bit
6 > > > rigid to me.
7 > >
8 > > You can do this with BASH already. just set the use variably as you
9 > > like it and then emerge. or
10 > >
11 > > % USE="foo bar baz" emerge foo/bar
12 > >
13 > > I am not up on the syntax, but you can also use += or -= to remove
14 > > variables, I think.
15 >
16 > That would work, but I'd rather see a non-shell specific like:
17 >
18 > emerge --do-not-use=foo --do-not-use=bar --use=baz foo/bar
19 I think this is the best way of doing this. In other words, I seconds
20 this approach.
21
22 > Makes it easier for a GUI frontend too....
23 >
24 >
25 > Sean
26 > _______________________________________________
27 > gentoo-dev mailing list
28 > gentoo-dev@g.o
29 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev