Gentoo Archives: gentoo-dev

From: Drake Wyrm <wyrm@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Apply patch depending on USE flag
Date: Fri, 30 Apr 2004 06:17:00
Message-Id: 20040430062546.GB11876@phaenix.haell.com
In Reply to: Re: [gentoo-dev] Re: Apply patch depending on USE flag by Mike Frysinger
1 On Thu, 2004-04-29, 23:35:28 -0400, in <200404292335.28405.vapier@g.o>, Mike Frysinger <vapier@g.o> wrote:
2 > On Thursday 29 April 2004 11:12 pm, Georgi Georgiev wrote:
3 > > maillog: 29/04/2004-22:27:22(-0400): Brett I. Holcomb types
4 > >
5 > > > For the sake of one who is doing ebuilds - why is the first form
6 > > > preferred? I'm curious. I'm working on revising an ebuild now that has
7 > > > the bad form.
8 > >
9 > > Related to the question: I really hate it when ebuild start printing out
10 > > use flags here and there, because of the
11 >
12 > which is *exactly* why we want to stop using the forms i cited :P
13 >
14 > those forms require that use echo something in order for them to be true ...
15 > if we convert all the forms over to just:
16 > use nntp
17 > if use nntp ; then
18 > then we can make 'use' stop echoing crap and then introduce a 'usev' for the
19 > case when we actually want `use` to echo something
20
21 We already have `use-with` and `use-enable` for that. Was the output
22 from `use` ever used in any context other than "[ `use foo` ]" and
23 friends?
24
25 --
26 Batou: Hey, Major... You ever hear of "human rights"?
27 Kusanagi: I understand the concept, but I've never seen it in action.
28 --Ghost in the Shell

Replies

Subject Author
Re: [gentoo-dev] Re: Apply patch depending on USE flag Mike Frysinger <vapier@g.o>