profiles: Enable Git's curl support while bootstrapping

This commit is contained in:
David Michael 2018-06-25 17:28:30 +00:00
parent 2f0dbfa694
commit 6e069e1f34

View File

@ -31,6 +31,9 @@ USE="${USE} -zeroconf"
# No need for OpenMP support in GCC and other apps
USE="${USE} -openmp"
# The git-r3 eclass now depends on curl support, which is used in catalyst.
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"
# Set SELinux policy
POLICY_TYPES="targeted mcs mls"