commit: cea8fdf7cdc7620fc1af57428ce1607a52bcdc80 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri May 9 17:18:35 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri May 9 17:18:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cea8fdf7
[metadata/layout.conf] Whitespace. --- metadata/layout.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 144587a..bd7df73 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,18 +1,26 @@ masters = gentoo + # Use new hashes manifest-hashes = SHA256 SHA512 WHIRLPOOL + # Do not update changelogs update-changelog = false + # Use thin manifests thin-manifests = true + # Dont sign thin manifests. There is no current policy for git commit signing sign-manifests = false + # sign commits using git mechanisms sign-commits = true + # Make egencache generate newer (more reliable) # md5-dict cache format (see bug #409445). cache-formats = md5-dict + # indicate that ebuilds with the specified EAPIs are banned eapis-banned = 0 1 2 3 4 + # indicate that ebuilds with the specified EAPIs are deprecated # eapis-deprecated = 5
