diff options
author | Paul Labedan <plabedan@gmail.com> | 2013-09-21 10:59:49 +0200 |
---|---|---|
committer | Paul Labedan <plabedan@gmail.com> | 2013-09-21 10:59:49 +0200 |
commit | 46507ddd182f4640a0d48b2a653ad5c065f8983d (patch) | |
tree | 86cc51d566415b83fd202137fb358ec0913bef61 /metadata | |
parent | add dev use flag to colobot/colobot-data to use the 'dev' branch instead of '... (diff) | |
download | plab-46507ddd182f4640a0d48b2a653ad5c065f8983d.tar.gz plab-46507ddd182f4640a0d48b2a653ad5c065f8983d.tar.bz2 plab-46507ddd182f4640a0d48b2a653ad5c065f8983d.zip |
fix missing attribute ("masters = gentoo") in layout.conf
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..0cf7459 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,18 @@ +# This goes live after stabilization of portage-2.1.10.21 +#manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# Bug #337853 - gentoo's council says to enable +# --echangelog by default for the "gentoo" repo +update-changelog = true + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +# NOTE: list md5-dict first so clients prefer it +# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1 +# 2012 was the removal date) +cache-formats = md5-dict + +# Support for implicit masters is deprecated, so we need to explicitly +# specify that this repo does not dependent on any masters, in order +# to distinguish it from repos that rely on the deprecated behavior. +masters = gentoo |