Man pages (and info pages) installed outside of /usr/share/doc for slotting reasons or otherwise handled via MANPATH/INFOPATH need to be compressed via explicit `docompress`. It looks like PHP needs to do this: ``` $ ls /usr/lib64/php8.3/man/man1/ -1 phar.1 phar.phar.1 [...] ```
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1464fcc868cf288d2eb591add42fb1e39580c457 commit 1464fcc868cf288d2eb591add42fb1e39580c457 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-01-25 01:23:39 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-01-25 02:15:21 +0000 dev-lang/php: add 8.1.27 Closes: https://bugs.gentoo.org/922742 Closes: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/php/Manifest | 1 + dev-lang/php/php-8.1.27.ebuild | 766 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 767 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1658e7c1961e3bb4f4e0ca6c494cade3f87d9561 commit 1658e7c1961e3bb4f4e0ca6c494cade3f87d9561 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-01-25 01:22:13 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-01-25 02:07:33 +0000 dev-lang/php: add 8.2.15, drop 8.2.13-r2 Bug: https://bugs.gentoo.org/922742 Bug: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/php/Manifest | 2 +- dev-lang/php/{php-8.2.13-r2.ebuild => php-8.2.15.ebuild} | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a7c49a8fe26435a3fd01470a48f302b313ec31 commit 22a7c49a8fe26435a3fd01470a48f302b313ec31 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-01-25 00:56:32 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-01-25 02:07:29 +0000 dev-lang/php: add 8.3.2, drop 8.3.0-r2 Bug: https://bugs.gentoo.org/922742 Bug: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/php/Manifest | 2 +- dev-lang/php/{php-8.3.0-r2.ebuild => php-8.3.2.ebuild} | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-)