mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
9b53896653
commit
2e4405c3ec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user