fix(profiles): Add 'threads' to the bootstrap use flags

This works around a dependency issue caused by our newer portage ebuilds
depending on +threads in our older python ebuilds. Will go away later.
This commit is contained in:
Michael Marineau 2013-06-20 02:18:00 -04:00
parent 9b53896653
commit 2e4405c3ec

View File

@ -119,7 +119,8 @@ PYTHONDONTWRITEBYTECODE="1"
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
BOOTSTRAP_USE="cxx unicode"
# threads is included to work around a use dep issue in our old python ebuilds
BOOTSTRAP_USE="cxx unicode threads"
# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
# Default target(s) for python-r1.eclass