aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-12-12 12:53:38 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-12-12 12:53:38 -0100
commit9cb9cb0bbdc0fe1ae4a9f41a985c96f54fd08dc0 (patch)
tree4055d3178f17c4a367443a6bc41ade821afcbfc0 /files
parentUpdate version to do a 2.0.7.1 release. (diff)
downloadcatalyst-9cb9cb0bbdc0fe1ae4a9f41a985c96f54fd08dc0.tar.gz
catalyst-9cb9cb0bbdc0fe1ae4a9f41a985c96f54fd08dc0.tar.bz2
catalyst-9cb9cb0bbdc0fe1ae4a9f41a985c96f54fd08dc0.zip
Drop metadata_overlay support from catalyst - fixes bug 393659.
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index 5023cede..f2d342e1 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -55,8 +55,6 @@ hash_function="crc32"
# icecream = enables icecream compiler cluster support for building
# kerncache = keeps a tbz2 of your built kernel and modules (useful if your
# build stops in livecd-stage2)
-# metadata_overlay = enabled the metadata_overlay cache module in portage, which
-# uses the in-tree metadata
# pkgcache = keeps a tbz2 of every built package (useful if your build stops
# prematurely)
# seedcache = use the build output of a previous target if it exists to speed up
@@ -66,7 +64,7 @@ hash_function="crc32"
# your cache. The cache is unlinked before any empty or rm processing, though.
#
# (These options can be used together)
-options="autoresume kerncache metadata_overlay pkgcache seedcache snapcache"
+options="autoresume kerncache pkgcache seedcache snapcache"
# portdir specifies the source portage tree used by the snapshot target.
portdir="/usr/portage"