Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On Tue, 13 Sep 2011 06:39:13 -0400
Joshua Kinard <kumba@g.o> wrote:
> On 09/13/2011 06:29, Michał Górny wrote:
>
> > On Tue, 13 Sep 2011 12:21:31 +0200
> > Michał Górny <mgorny@g.o> wrote:
> >
> >> +# @FUNCTION: has_iuse
> >
> > Ideas for a better name will be appreciated.
>
>
> 'in_iuse' or 'iuse_contains'?
>
> if $(in_iuse foobar); do
> $(cake)
> fi
>
> or
>
> if $(iuse_contains foobar); do
> $(cake)
> fi
Guess just a typo but for the record:
if in_iuse foobar; then
...
fi
i.e. withou $().
--
Best regards,
Michał Górny
|
|