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 86C5B15803E for ; Mon, 1 Jan 2024 10:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEEFF2BC018; Mon, 1 Jan 2024 10:43:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 574CC2BC018 for ; Mon, 1 Jan 2024 10:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4CEF7335DC3 for ; Mon, 1 Jan 2024 10:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994FF1339 for ; Mon, 1 Jan 2024 10:43:22 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1704105669.0fdf76776377c707d06a4b2e85c9f8ec4abdc26a.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: man/ X-VCS-Repository: proj/portage-utils X-VCS-Files: man/mkman.py X-VCS-Directories: man/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0fdf76776377c707d06a4b2e85c9f8ec4abdc26a X-VCS-Branch: master Date: Mon, 1 Jan 2024 10:43:22 +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: ef83f38c-b9e6-4871-9772-43d766a453b2 X-Archives-Hash: e24f839123620f3be351ce3a0c62cc06 commit: 0fdf76776377c707d06a4b2e85c9f8ec4abdc26a Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 1 10:41:09 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 1 10:41:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0fdf7677 man: fix product/component for reporting bugs Closes: https://bugs.gentoo.org/916949 Signed-off-by: Fabian Groffen gentoo.org> man/mkman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mkman.py b/man/mkman.py index 13cd1c9..0ebf774 100755 --- a/man/mkman.py +++ b/man/mkman.py @@ -49,7 +49,7 @@ TEMPLATE = r""".\" generated by mkman.py, please do NOT edit! .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .br -Product: Portage Development; Component: Tools +Product: Gentoo Linux; Component: Current packages .SH AUTHORS .nf %(authors)s