diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-01-01 11:41:09 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-01-01 11:41:09 +0100 |
commit | 0fdf76776377c707d06a4b2e85c9f8ec4abdc26a (patch) | |
tree | 40cab8cbfc61d2b77b9baaf2519fe47eb19620ef /man | |
parent | qlist: avoid truncation of USE-flags in package view (diff) | |
download | portage-utils-0fdf76776377c707d06a4b2e85c9f8ec4abdc26a.tar.gz portage-utils-0fdf76776377c707d06a4b2e85c9f8ec4abdc26a.tar.bz2 portage-utils-0fdf76776377c707d06a4b2e85c9f8ec4abdc26a.zip |
man: fix product/component for reporting bugs
Closes: https://bugs.gentoo.org/916949
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rwxr-xr-x | man/mkman.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkman.py b/man/mkman.py index 13cd1c95..0ebf774c 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 |