fix(make.conf): Disable force-mirror

This feature forces emerge to only fetch sources from mirrors, never the
SRC_URI provided in actual ebuilds. Disabling this should fix our issues
with portage tarballs vanishing. :-D
This commit is contained in:
Michael Marineau 2013-06-18 13:38:22 -04:00
parent 0213194ec7
commit d86b12d982

View File

@ -22,7 +22,7 @@ PORTAGE_TMPDIR=${ROOT}tmp/
PORT_LOGDIR=${ROOT}tmp/portage/logs/
FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect
-ebuild-locks force-mirror nodoc noinfo noman parallel-install
-ebuild-locks -force-mirror nodoc noinfo noman parallel-install
sandbox splitdebug -strict userfetch userpriv usersandbox
-unknown-features-warn"