commit: df531180b6da5e203a78d25594ac50fca2bb15b1 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 18:04:59 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 18:04:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=df531180
layout.conf: reduce diff with gentoo repo metadata/layout.conf | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 55685bf..8618484 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,27 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# For details on this file, see the layout.conf section of the +# portage(5) man page. + masters = gentoo # Use new hashes -# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml -# and/or GLEP 59. +# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20 +# https://wiki.gentoo.org/wiki/GLEP:59 manifest-hashes = SHA256 SHA512 WHIRLPOOL # Ebuilds with the specified EAPIs are banned/deprecated eapis-banned = 0 1 2 3 eapis-deprecated = 4 -# Do not update ChangeLogs in Git +# No more old ChangeLogs in Git update-changelog = false # Make egencache generate newer (more reliable) # md5-dict cache format (see bug #409445). cache-formats = md5-dict -# Support package.* directories as well as files -profile-formats = portage-2 - # Use thin Manifests for Git thin-manifests = true # Sign Git commits, and NOT Manifests sign-commits = true sign-manifests = false + +# Support package.* directories as well as files +profile-formats = portage-2
