commit:     9468e0843d596ab84aae1195656b17d86bed5f77
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 08:28:22 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 09:18:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9468e084

dev-python/nose: Fix manpage install path

Closes: https://bugs.gentoo.org/725382
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose/{nose-1.3.7-r5.ebuild => nose-1.3.7-r6.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild 
b/dev-python/nose/nose-1.3.7-r6.ebuild
similarity index 96%
rename from dev-python/nose/nose-1.3.7-r5.ebuild
rename to dev-python/nose/nose-1.3.7-r6.ebuild
index 74706603636..8b847cf4513 100644
--- a/dev-python/nose/nose-1.3.7-r5.ebuild
+++ b/dev-python/nose/nose-1.3.7-r6.ebuild
@@ -61,6 +61,9 @@ python_prepare_all() {
        sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \
                -i setup.py || die "sed2 failed"
 
+       # fix manpage install path
+       sed -i -e 's:man/:share/&:' setup.py || die
+
        distutils-r1_python_prepare_all
 }
 

Reply via email to