summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portage/make.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/portage/make.conf.in b/portage/make.conf.in
index a48d76c..a789ba3 100644
--- a/portage/make.conf.in
+++ b/portage/make.conf.in
@@ -10,6 +10,14 @@ ACCEPT_KEYWORDS="~${ARCH}"
FEATURES="-sandbox -usersandbox"
EMERGE_DEFAULT_OPTS="--root-deps=rdeps --quiet-build y --jobs 4"
+# Fetch from Google maintained mirrors as we keep archives in sync with the
+# ebuilds we have in our local checkout. Upstream Gentoo will expire things
+# as their ebuilds update.
+GENTOO_MIRRORS="
+ https://commondatastorage.googleapis.com/chromeos-localmirror
+ https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
+"
+
COMMON_OBJ="@COMMON_OBJ@"
DISTDIR="${COMMON_OBJ}/distdir"