On Thu, 2007-10-04 at 13:47 -0600, Ryan Hill wrote:
> > I usually disable tests on a per-package basis using /etc/portage/env
> > entries.
> > 
> > [EMAIL PROTECTED] ~ $ cat /etc/portage/env/sci-libs/fftw
> > NEWFEATURES=
> > 
> > for f in ${FEATURES}; do
> >     if [[ ! $f == "test" ]]; then
> >         NEWFEATURES="${NEWFEATURES} $f"
> >     fi
> > done
> > 
> > FEATURES="${NEWFEATURES}"
> 
> here's a crappy little script to automate it.

See, I think this sort of thing is what we should be adding into
gentoolkit.  It is something that is very useful, but not required for
running a Gentoo system.

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Foundation Trustee
Gentoo Foundation

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to