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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3CAD158094 for ; Wed, 20 Jul 2022 03:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2001E0A5E; Wed, 20 Jul 2022 03:44:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FC53E0A5E for ; Wed, 20 Jul 2022 03:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F9C8340DF2 for ; Wed, 20 Jul 2022 03:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A34552C for ; Wed, 20 Jul 2022 03:44:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658288503.15382caac82eea9b8cdd2992a3685fdba5834aa0.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15382caac82eea9b8cdd2992a3685fdba5834aa0 X-VCS-Branch: master Date: Wed, 20 Jul 2022 03:44:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26a9e1e2-0bda-446f-94ae-8a65343ec6af X-Archives-Hash: c1946106bb8965c6288d83a06a566e63 commit: 15382caac82eea9b8cdd2992a3685fdba5834aa0 Author: Sam James gentoo org> AuthorDate: Wed Jul 20 03:41:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 03:41:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=15382caa portage.5: improve package.mask example/guidance Make it match the format we recommend in devmanual. Signed-off-by: Sam James gentoo.org> man/portage.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index b03314456..0c1a60827 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -1680,10 +1680,12 @@ package has been masked and WHO is doing the masking. .I Example: .nf -# masked for security reasons +# Larry The Cow (2 Jan 2022) +# Masked for security reasons, bug #123456 (10 Sep 2003) -# new kde betas + +# Larry The Cow (1 jan 2022) +# New KDE betas =kde\-base/kde\-3.2.0_beta1 =kde\-base/kdeaccessibility\-3.2.0_beta1 .fi