commit: 44437b45ed34a158a2c4b50bc0ca71988af6ef05 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Oct 3 14:55:59 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Oct 9 18:24:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=44437b45
man/portage.5: Update example, fix a typo Reviewed-by: Zac Medico <zmedico <AT> gentoo.org> man/portage.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index 5f1f2bbb0..5b1dfa838 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -1296,7 +1296,7 @@ version is followed by a hyphen and an integer build\-id. .RS .I Example: .nf -# Specify the repository name (overriding profils/repo_name). +# Specify the repository name (overriding profiles/repo_name). repo\-name = foo-overlay # eclasses provided by java-overlay take precedence over identically named @@ -1310,7 +1310,7 @@ aliases = foo-overlay eapis\-banned = 0 1 # indicate that ebuilds with the specified EAPIs are deprecated -eapis\-deprecated = 2 3 +eapis\-deprecated = 2 3 4 # sign commits in this repo, which requires Git >=1.7.9, and # key configured by `git config user.signingkey key_id` @@ -1330,11 +1330,11 @@ use\-manifests = strict manifest\-hashes = SHA256 SHA512 WHIRLPOOL # indicate that this repo enables repoman's --echangelog=y option automatically -update\-changelog = true +update\-changelog = false -# indicate that this repo contains both md5-dict and pms cache formats, +# indicate that this repo contains the md5-dict cache format, # which may be generated by egencache(1) -cache\-formats = md5-dict pms +cache\-formats = md5-dict # indicate that this repo contains profiles that may use directories for # package.mask, package.provided, package.use, package.use.force,
