On 04:51 Wed 26 Sep     , Mike Frysinger wrote:
> On Wednesday 26 September 2007, Donnie Berkholz wrote:
> > for USE in ${IUSE}; do
> >     [[ ${USE} = linguas_* ]] && use_linguas ${USE}
> > done
> 
> you dont want to use the variable 'USE' ... while it would work 
> correctly if you declared it with 'local', it'd be confusing and 
> repoman may just barf on it ($USE is supposed to be readonly for 
> ebuilds)

Ahh, reviewing is so fun and educational, it almost feels like I'm 
watching the Discovery channel. Although I'm not sure why $USE is 
directly accessible from ebuilds ... seems like it should only be 
accessible to use(). Implementation detail, or should it be part of the 
PMS?

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to