From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8133A1396D0 for ; Mon, 9 Oct 2017 18:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF56EE0C01; Mon, 9 Oct 2017 18:25:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94213E0C01 for ; Mon, 9 Oct 2017 18:25:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5FE833BF44 for ; Mon, 9 Oct 2017 18:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42FB0908E for ; Mon, 9 Oct 2017 18:25:48 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1507573456.44437b45ed34a158a2c4b50bc0ca71988af6ef05.mrueg@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 44437b45ed34a158a2c4b50bc0ca71988af6ef05 X-VCS-Branch: master Date: Mon, 9 Oct 2017 18:25:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a489883-3ed6-4981-b147-fb4519b10e19 X-Archives-Hash: d83e27b3d27784f1515e142e40538a68 commit: 44437b45ed34a158a2c4b50bc0ca71988af6ef05 Author: Manuel Rüger gentoo org> AuthorDate: Tue Oct 3 14:55:59 2017 +0000 Commit: Manuel Rüger gentoo 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 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,