commit: 3ef8bffb34597f7aa828464a52ac04c9c0c3b49a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 17 23:49:41 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 17 23:49:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef8bffb
net-misc/nyx: install man page Closes: https://bugs.gentoo.org/645336 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/nyx/{nyx-2.1.0-r3.ebuild => nyx-2.1.0-r4.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-misc/nyx/nyx-2.1.0-r3.ebuild b/net-misc/nyx/nyx-2.1.0-r4.ebuild similarity index 88% rename from net-misc/nyx/nyx-2.1.0-r3.ebuild rename to net-misc/nyx/nyx-2.1.0-r4.ebuild index 9037fbfab9c0..8ee0f57fa585 100644 --- a/net-misc/nyx/nyx-2.1.0-r3.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r4.ebuild @@ -26,3 +26,10 @@ RDEPEND=" net-vpn/tor" distutils_enable_tests unittest + +python_install_all() { + distutils-r1_python_install_all + + # bug #645336 + doman nyx.1 +}
