Gentoo Archives: gentoo-dev

From: Stephen Bennett <spb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Nested die error
Date: Thu, 14 Apr 2005 21:49:08
Message-Id: 1113515651.18201.2.camel@localhost
In Reply to: [gentoo-dev] Nested die error by Caleb Tennis
1 On Thu, 2005-04-14 at 16:42 -0500, Caleb Tennis wrote:
2 > So it seems repoman doesn't like nested die calls like this:
3 >
4 > use blah && ( emake foo || die )
5 >
6 Yep, because that doesn't work.
7
8 > What's the trick? Wrap the emake in a if/then call?
9 Yes.
10
11 > Ignore repoman at the
12 > risk of potential finger breakage by mr_bones'?
13 Well, you can as long as you don't mind your ebuild not working. :)
14
15 --
16 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Nested die error Caleb Tennis <caleb@g.o>