On Mon, 5 May 2008 03:32:58 +0300, Daniel Iliev wrote:

> You might want to try this:
> 
> echo "EXTRA_ECONF=--enable-threads" >> /etc/make.conf
> emerge -1 dev-python/pygtk

That would enable it for all ebuilds. To do it foe one package you have
two options.

The temporary approach:
EXTRA_ECONF=--enable-threads emerge -1 dev-python/pygtk

The permanent approach:
mkdir -p /etc/portage/env/dev-python
echo "EXTRA_ECONF=--enable-threads" >>/etc/portage/env/dev-python/pygtk
emerge -1 dev-python/pygtk


-- 
Neil Bothwick

Top Oxymorons Number 22: Childproof

Attachment: signature.asc
Description: PGP signature

Reply via email to