Gentoo Archives: gentoo-dev

From: Nathan Phillip Brink <binki@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH scons-utils] Support setting common SCons arguments using myesconsargs.
Date: Mon, 24 Oct 2011 03:38:23
Message-Id: 20111024034223.GX22488@ohnopublishing.net
In Reply to: [gentoo-dev] [PATCH scons-utils] Support setting common SCons arguments using myesconsargs. by "Michał Górny"
1 On Sun, Oct 23, 2011 at 08:20:37PM +0200, Micha?? G??rny wrote:
2 > ---
3 > scons-utils.eclass | 33 +++++++++++++++++++++++++--------
4 > 1 files changed, 25 insertions(+), 8 deletions(-)
5 ...
6 > +# @ECLASS-VARIABLE: myesconsargs
7 > +# @DEFAULT_UNSET
8 > +# @DESCRIPTION:
9 > +# List of package-specific options to pass to all SCons calls. Supposed to be
10 > +# set in src_configure().
11
12 Shouldn't this variable be named MYESCONSARGS since it is being
13 introduced into the global scope?
14
15 --
16 binki
17
18 Look out for missing or extraneous apostrophes!

Replies