mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
fix(profiles): Add 'curl' to bootstrap use flags.
We are still using the Google toolchain which is in git, so add curl support the bootstrapped git package so it can fetch the toolchain.
This commit is contained in:
parent
2e4405c3ec
commit
3f94c8ab1e
@ -120,7 +120,8 @@ PYTHONDONTWRITEBYTECODE="1"
|
|||||||
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
|
# 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
|
# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
|
||||||
# threads is included to work around a use dep issue in our old python ebuilds
|
# threads is included to work around a use dep issue in our old python ebuilds
|
||||||
BOOTSTRAP_USE="cxx unicode threads"
|
# curl is included to let stage2 fetch toolchains from git
|
||||||
|
BOOTSTRAP_USE="cxx unicode threads curl"
|
||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
|
# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
|
||||||
# Default target(s) for python-r1.eclass
|
# Default target(s) for python-r1.eclass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user